How to use the fast-copy.default function in fast-copy

To help you get started, we’ve selected a few fast-copy examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github davidmarkclements / rfdc / benchmark / index.js View on Github external
function benchFastCopy (cb) {
    for (var i = 0; i < max; i++) {
      fastCopy(obj)
    }
    setImmediate(cb)
  },
  function benchRfdc (cb) {
github davidmarkclements / rfdc / benchmark / shallow.js View on Github external
function benchFastCopy (cb) {
    for (var i = 0; i < max; i++) {
      fastCopy(obj)
    }
    setImmediate(cb)
  },
  function benchObjectAssign (cb) {

fast-copy

A blazing fast deep object copier

MIT
Latest version published 6 months ago

Package Health Score

76 / 100
Full package analysis

Popular fast-copy functions