deep-copy
There are 50 repositories under deep-copy 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!
JavierSegoviaCordoba/kopy
Nested copies made easy in Kotlin
lofcz/FastCloner
Fast deep cloning library. Zero-config, works out of the box.
tiendc/go-deepcopy
Fast deep-copy library for Go
mesqueeb/copy-anything
An optimised way to copy'ing (cloning) an Object or Array. A small and simple integration
maurosampietro/UltraMapper
A fast and lightweight object-to-object .NET mapper.
jpmikkers/Baksteen.Extensions.DeepCopy
C# extension method for fast object cloning. This is a speed-optimized forked version of Alexy Burtsev's deep copier.
eventhorizon-cli/DeepCopier
A small and efficient library that can deep copy object by Expression Tree
go-toolsmith/astcopy
Package astcopy implements Go AST deep copy operations.
GrosSacASac/utilsac
Utility functions
toFrankie/javascript-utils
一些实用的 JavaScript 方法
KeeVeeGames/DuplicateSequence.gml
Make a deep copy of GameMaker sequence asset / struct for editing it in-runtime
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
rentiansheng/mapper
golang deep copy library,automatic data mapping and validate struct data。 map to struct, struct to map, struct to struct. golang 数据深拷贝的类库,支持数据自动映射
zxdong262/deep-copy
faster deep copy for json data
knbr13/copier
A lightweight Go library for copying struct values with shallow and deep copy support.
letyletylety/deepcopy
recursive deep copy for nested collections
python-plus-plus/python-plus-plus
More python, less annoyances.
sidharthjuyal/intermediate-cpp
Some intermediate level concepts in C++
Yuriy-Khomenko/qclone
the fastest function for deep clone js objects compatible with es6
ChristBM/full-copy
This package allows you to create a copy of a given value. It is especially focused on making deep copies to objects.
PeterNaydenov/walk
Deep copy with fine control during the process. Can be used also as a deep 'forEach'
AlessioGr/fastest-deep-clone-json
Fastest way to deep-clone JSON objects
acst/sdcg
GoLang Struct Deep Copy Generator
anikch/python-basics
Notebook contains basic python commands. It covers basic operations on different Python Data Structures, Comprehensions, Shallow copy/Deep Copy, Functions, Lambda Functions, Map-Reduce-Filter and some extra tips.
brong90s/advanced-note-js
Javascript note book for everything.
jefetienne/DotNet-Consistent-Hashing
An object extension for generating a consistent Hash of any object for every program run
KarlenNersisyan/shallow-deep
A deep copy means that all of the values of the new variable are copied and disconnected from the original variable. A shallow copy means that certain (sub-)values are still connected to the original variable. To really understand copying, you have to get into how JavaScript stores values.
appu57/JS-deepShallowCopy
A repository that contains examples for the illustration of deep and shallow copy in Javascript
Camalzadeh/sap_final_project
University System, Algorithms, Programming course final project. Text Based Chess game and Bruteforce Password Cracker with Python.
fasilofficial/deeperjs
A versatile npm package providing a powerful deep cloning function for JavaScript objects.
salekmasudparvez/immer
Shallow vs Deep Copy in JavaScript (with Immer)
xaionaro-go/object
Yet a one more deep-copy&traverse package for Go, but this time with capability of custom processing (like removing secrets from your data)