deepcopy
There are 67 repositories under deepcopy topic.
mohae/deepcopy
Deep copy things
huandu/go-clone
Clone any Go data structure deeply and thoroughly.
bennyhuo/KotlinDeepCopy
DeepCopy extensions for Kotlin Data class. Provide Reflection, Apt, Ksp and Kcp implementations.
Marco-Sulla/python-frozendict
A simple immutable dictionary for Python
sasaplus1/deepcopy.js
deep copy data
antlabs/pcopy
pcopy是深度拷贝库,相比上个版本(v0.0.10),性能提升4-10倍
gotidy/copy
Package for fast copying structs of different types
fengzhizi715/bytekit
Java 字节操作的工具库(不是字节码的工具库)
qdm12/reprint
Golang deep copying, THE RIGHT WAY :tm:
tiendc/go-deepcopy
Fast deep-copy library for Go
jpmikkers/Baksteen.Extensions.DeepCopy
C# extension method for fast object cloning. This is a speed-optimized forked version of Alexy Burtsev's deep copier.
segunolalive/deepClone
A tiny library for deeply copying Javascript objects and arrays
Bobronium/duper
20-50x faster deepcopy() replacement
c3-hoge-fuga-piyo/Deeplicate.unity
アセットをディープコピーするヤーツ
glassonion1/xgo
The xgo contains various useful functions, such as DeepCopy, Retry etc.
KeeVeeGames/DeepCopy.gml
Deep clone GameMaker class instances / constructed structs, anonymous structs and arrays nested in any order!
gohobby/deepcopy
Create deep copies (clones) of your maps and slices without using reflection.
hedzr/evendeep
Per-field copying deeply, and comparing deeply abilities: deepcopy, deepdiff and more...
samhirtarif/helper-methods-js
A repo that contains helper methods for common and not-so-common use cases
unsafe-risk/deecpy
Deecpy, The DeepCopy Library
bygo/deep
Deep copy based on generics
latitov/JS_DeepCopy
Implementation of deep copy of structures in JavaScript
letyletylety/deepcopy
recursive deep copy for nested collections
xieyuschen/deepcopy
Go Deep Copy Library with Fully Testing
ardentia/deep-copy
A package that returns a deep copy of a given object or array
falaknazsoomro/copy-constructor
Deep copy constructor copies the values of object.
gadumitrachioaiei/deepcopy
deepcopy based on reflection
in-op/SystemExtensions
A class library of extension methods and interfaces that fill holes in the basic System libraries
mfederczuk/deeptools
A set of utility functions that recursively operate on JavaScript objects
tushardhole/deep-copy
Node module to create deep copy of JS objects
wangsquirrel/deepcopy
deepcopy with good performance
astropenguin/morecopy
Copy even immutable objects as much as possible
davidwartell/go-copier
I am the best go struct copier. I even have extensive support for copying protobuf structs and protobuf wrappers.
jefetienne/DotNet-Consistent-Hashing
An object extension for generating a consistent Hash of any object for every program run
maxtong1987/copycat
Recursively perform deep copy from source (src) to destination (dst) using reflection.
stdlib-js/utils-copy
Copy or deep clone a value to an arbitrary depth.