Projects in Awesome Lists tagged with deepcopy
A curated list of projects in awesome lists tagged with deepcopy .
https://github.com/lofcz/fastcloner
The fastest deep cloning library for .NET – zero-config, works out of the box.
aot c-sharp cloner copier csharp-sourcegenerator deep-clone deep-cloning deep-copy deepclone deepcopy dotnet dotnet-core duplication roslyn source-gen source-generator sourcegenerator
Last synced: 02 Apr 2026
https://github.com/bennyhuo/kotlindeepcopy
DeepCopy extensions for Kotlin Data class. Provide Reflection, Apt, Ksp and Kcp implementations.
apt dataclass deepcopy kcp kotlin ksp reflection
Last synced: 05 Apr 2025
https://github.com/lofcz/FastCloner
The deep cloning library for .NET – zero-config, works out of the box.
cloner deep-clone deep-cloning deep-copy deepclone deepcopy duplication
Last synced: 16 Nov 2025
https://github.com/sasaplus1/deepcopy.js
deep copy data
clone deepcopy javascript library
Last synced: 15 May 2025
https://github.com/tiendc/go-deepcopy
Fast deep-copy library for Go
conversion copier copy deep-copier deep-copy deepcopy go golang reflection transformation
Last synced: 09 Apr 2026
https://github.com/gotidy/copy
Package for fast copying structs of different types
copy deepcopy go golang golang-library golang-package performance
Last synced: 25 Dec 2025
https://github.com/qdm12/reprint
Golang deep copying, THE RIGHT WAY :tm:
deepcopy go golang golang-library
Last synced: 15 Apr 2025
https://github.com/fengzhizi715/bytekit
Java 字节操作的工具库(不是字节码的工具库)
byte-array bytebuffer bytes deepcopy deserialize encryption mmap serialize transformer
Last synced: 21 Apr 2025
https://github.com/jpmikkers/Baksteen.Extensions.DeepCopy
C# extension method for fast object cloning. This is a speed-optimized forked version of Alexy Burtsev's deep copier.
clone csharp deep-clone deep-copy deepclone deepcopy dotnet dotnet6 mit-licensed reflection
Last synced: 18 Apr 2025
https://github.com/bobronium/duper
20-50x faster deepcopy() replacement
copy deepcopy duplicator fast performance python slow
Last synced: 06 May 2025
https://github.com/KeeVeeGames/DeepCopy.gml
Deep clone GameMaker class instances / constructed structs, anonymous structs and arrays nested in any order!
array class constrcutor deep-clone deep-copy deepclone deepcopy gamemaker gamemaker-language gamemaker-projects gamemaker-studio gamemaker-studio-2 gamemaker-studio-2-3 gamemakerstudio gamemakerstudio2 gml gms gms2 struct
Last synced: 01 Apr 2025
https://github.com/glassonion1/xgo
The xgo contains various useful functions, such as DeepCopy, Retry etc.
deepcopy go golang retry utility-library
Last synced: 19 Apr 2025
https://github.com/hedzr/evendeep
Per-field copying deeply, and comparing deeply abilities: deepcopy, deepdiff and more...
clone deepcopy deepdiff deepequal diff go-library reflect
Last synced: 14 Feb 2026
https://github.com/samhirtarif/helper-methods-js
A repo that contains helper methods for common and not-so-common use cases
async dedupe deduplication deepcopy indexesof isasync
Last synced: 08 Mar 2025
https://github.com/unsafe-risk/deecpy
Deecpy, The DeepCopy Library
clone deepcopy duplicate go golang golang-deepcopy struct
Last synced: 07 May 2025
https://github.com/letyletylety/deepcopy
recursive deep copy for nested collections
collection copy dart deep-copy deepcopy flutter recursive-copy
Last synced: 23 Oct 2025
https://github.com/xieyuschen/deepcopy
Go Deep Copy Library with Fully Testing
deepcopy go golang golang-library
Last synced: 27 Mar 2025
https://github.com/ardentia/deep-copy
A package that returns a deep copy of a given object or array
copy deep deepcopy es6 javascript javascript-library js library microlibrary tool typescript util
Last synced: 20 Jan 2026
https://github.com/epsoft/genetic-algorithm
container genetic algorithm solver
algorithm containers deepcopy general-solver-functions-access genetic itertools logger os random solver
Last synced: 15 May 2026
https://github.com/maxtong1987/copycat
Recursively perform deep copy from source (src) to destination (dst) using reflection.
Last synced: 17 Jan 2026
https://github.com/astropenguin/morecopy
Copy even immutable objects as much as possible
Last synced: 05 Apr 2025
https://github.com/davidwartell/go-copier
I am the best go struct copier. I even have extensive support for copying protobuf structs and protobuf wrappers.
copy-structs deepcopy go golang grpc grpc-go protobuf struct-copier structtags
Last synced: 25 Jan 2026
https://github.com/indiependente/deepcopybench
Tests and Benchmarks for two golang deepcopy libraries
deepcopy flamegraph go-torch golang pprof
Last synced: 12 Apr 2026
https://github.com/basemax/deepcopybinarytreec
A C program to deep copy a binary tree. Deep copy means that any changes made to the new binary tree don't affect the original binary tree. Both recursive and iterative algorithms are implemented. The iterative algorithm a few lines of code and uses a variable to keep track of the current node.
bin-tree binary-tree binary-trees bintree c copy-binary-tree copy-tree data-structure datastructure deep-copy deepcopy ds queue queue-algorithm queues tree
Last synced: 03 Apr 2025
https://github.com/divyanshu-rawat/stack-discussion
StackOverflow deep/local copy in Vue.js discussion POC.
deepclone deepcopy stackoverflow stackoverflow-questions vuejs
Last synced: 09 Apr 2025
https://github.com/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)
censor clean copy deep-copy deepcopy privacy remove-secrets
Last synced: 16 May 2026
https://github.com/blackstareye/deepcopy_submodules
This bash program helps to migrate or deploy git projects with many submodules from a private area (like a LAN), to a public area (like github).
bash blackeye blackeyem blackstareye deepcopy git github gitmodules lan network public submodule submodules
Last synced: 26 Feb 2025
https://github.com/aemloviji/deep-and-shallow-copy
Sample for in deep and shallow copy C#
csharp deepcopy netcore shallowcopy
Last synced: 31 Jan 2026
https://github.com/iqbalmind/go-deepcopy
A reflection-based deep copy library for Go. Supports structs, slices, maps, arrays, pointers, interfaces, and channels.
clone deepcopy golang library reflection
Last synced: 24 Sep 2025
https://github.com/antodata/privateattributesproject
Module to increase encapsulation in Python, not allowing the access to private members outside their classes
attribute-visibility attributes class-decorator copy decorators deepcopy encapsulation inheritance private private-attribute properties python python3
Last synced: 28 Mar 2025
https://github.com/rrohitramsen/linkedlist
Algorithms problems based on linked list.
deepcopy linked-lists linkedlist loop random-pointers reverse-linked-list traverse
Last synced: 04 Apr 2026