deep-clone
There are 37 repositories under deep-clone topic.
jonschlinkert/clone-deep
Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives. Used by superstruct, merge-deep, and many others!
jsmini/clone
A professional deep clone library
lofcz/FastCloner
Fast deep cloning library. Zero-config, works out of the box.
rhysd/fast-json-clone
Clone plain JSON value faster than the fastest
replaysMike/AnyClone
A CSharp library that can deep clone any object using only reflection.
mesqueeb/copy-anything
An optimised way to copy'ing (cloning) an Object or Array. A small and simple integration
lihroff/deeplyAssign
A deeply copy the values of all enumerable own properties and symbol properties from one or more source objects to a target object. It will return the target object. Written in TypeScript
jpmikkers/Baksteen.Extensions.DeepCopy
C# extension method for fast object cloning. This is a speed-optimized forked version of Alexy Burtsev's deep copier.
KeeVeeGames/DeepCopy.gml
Deep clone GameMaker class instances / constructed structs, anonymous structs and arrays nested in any order!
nickrussler/SerializationUtils
A simple java class to serialize and deserialize object to a byte array
clarketm/DeepClone
Light-weight deep clone implementation for JavaScript.
Atishay96/utils-deep-clone
Deep clones any JSON datatype
tajnur007/js-benchmark-testing
Explore the performance nuances of common JavaScript operations with this benchmark testing repository. Compare deep cloning methods, loop constructs, condition checks, bitwise operations, and arithmetic calculations. Optimize your code and make informed decisions based on real-world performance metrics.
Yuriy-Khomenko/qclone
the fastest function for deep clone js objects compatible with es6
viktor-maksimov/js-deep-cloning
Deep cloning, so the pointers are lost.
AlessioGr/fastest-deep-clone-json
Fastest way to deep-clone JSON objects
in-op/SystemExtensions
A class library of extension methods and interfaces that fill holes in the basic System libraries
liquidcarrot/clone
Deep cloning in JS
vitoke/deserted
⛔️ DEPRECATED A simple and lonely serialization library for JS
gauravbehere/deep-clone-util
Utility to deep clone javascript objects
Heatwave/node-cache-deep
Node.js cache library with deep clone
RockStarwind/js-functions
A repository of Javascript functions I made
ylzon/handwriting-javascript
手写 currify / promise / bind / Deep Clone / EventHub
ichernetskii/deeply-clone
Deep fast clone JavaScript objects with circular references handling and TypeScript support
jsdevtom/distinct-until-changed-immutable
Like distinctUntilChanged(), but with immutable values
borisskert/java-cloneutils
Utility to clone class instances by its properties
DamirsCorner/20210618-js-array-cloning
Sample project for "Cloning an array of objects in JavaScript" blogpost
fasilofficial/deeperjs
A versatile npm package providing a powerful deep cloning function for JavaScript objects.
justin-m-lacy/objecty
utility for dealing with objects in javascript. ancestor property enumeration, property-descriptor search, assign, deep-clone, jsonify, etc.
kxtxr/js-clone
Javascript object copy using deep copy
nodef/extra-sorted-array
A sorted array is a collection of values, arranged in an order.
sauternic/JavaScript_tief_Klonen
Tiefes Klonen mit JavaScript
simplymichael/js-deep-clone
A Browser-based implementation and tests for a deep clone JavaScript function
visusnet/clone-lab
Deeply clone arrays, maps, sets, dates, plain objects, and class instances.
writetome51/get-object-copy
Returns new identical copy of object, including same prototype chain