Skip to content
This repository was archived by the owner on Nov 5, 2019. It is now read-only.

Test results

AlexeyKupershtokh edited this page Dec 27, 2012 · 1 revision

Shallow cloners:

node-v8-clone.clone(..., false)

underscore.clone()

owl.copy()

lodash.clone(..., false)

Deep cloners

node-v8-clone.clone(..., true)

node-v8-clone, optimized for arrays

clone

cloneextend

lodash.clone(..., true)

owl.deepCopy()

Clone this wiki locally