An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with deepcopy

A curated list of projects in awesome lists tagged with deepcopy .

https://github.com/mohae/deepcopy

Deep copy things

deepcopy go

Last synced: 15 May 2025

https://github.com/huandu/go-clone

Clone any Go data structure deeply and thoroughly.

algorithm clone deepcopy go immutable reflect utility

Last synced: 16 May 2025

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/antlabs/pcopy

pcopy是深度拷贝库,相比上个版本(v0.0.10),性能提升4-10倍

copy deepcopy reflect

Last synced: 30 Jan 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/c3-hoge-fuga-piyo/Deeplicate.unity

アセットをディープコピーするヤーツ

deepcopy unity

Last synced: 25 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/bygo/deep

Deep copy based on generics

copy deepcopy generics go

Last synced: 12 Mar 2026

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/gadumitrachioaiei/deepcopy

deepcopy based on reflection

deepcopy go reflection

Last synced: 14 Jan 2026

https://github.com/maxtong1987/copycat

Recursively perform deep copy from source (src) to destination (dst) using reflection.

deepcopy go golang reflection

Last synced: 17 Jan 2026

https://github.com/astropenguin/morecopy

Copy even immutable objects as much as possible

copy deepcopy python

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/weiwenchen2022/deepcopy

Deep copy somethings

deepclone deepcopy go golang

Last synced: 13 Jun 2025

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/fuyao-w/deepcopy

深拷贝

deepcopy golang

Last synced: 17 Jan 2026

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