deep-clone
There are 41 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
The deep cloning library for .NET – zero-config, works out of the box.
traversable/schema
TypeScript schema compiler, rewriter
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.
eneserdogan/smart-object-utils
Deep clone, deep merge & nested object utils for JavaScript – small, fast, tree-shakable Lodash alternative.
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
ichernetskii/deeply-clone
Deep fast clone JavaScript objects with circular references handling and TypeScript support
RockStarwind/js-functions
A repository of Javascript functions I made
ylzon/handwriting-javascript
手写 currify / promise / bind / Deep Clone / EventHub
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.
jds-1206/smart-object-utils
⚡ Clone and manipulate objects efficiently with smart-object-utils, a fast and lightweight alternative to Lodash for modern JavaScript projects.
nodef/extra-sorted-array
A sorted array is a collection of values, arranged in an order.
Ritik97/clonify
A lightweight and reliable deep cloning utility for objects, arrays, maps, sets, and more – with full TypeScript support.
simplymichael/js-deep-clone
A Browser-based implementation and tests for a deep clone JavaScript function
writetome51/get-object-copy
Returns new identical copy of object, including same prototype chain