awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
myclabs avatar

myclabs/DeepCopy

0
View on GitHub↗
8,891 stars·108 forks·PHP·MIT·2 vues

DeepCopy

DeepCopy is a recursive object cloning library designed to create independent copies of complex nested objects. It functions as a state snapshot utility and object cloning tool that produces clones while preserving the original object graph.

The library includes a circular reference handler to duplicate data structures containing self-referencing loops without causing infinite recursion. It also serves as an object property transformer, allowing for the filtering or modification of specific fields and types during the cloning process based on custom matching criteria.

Features

  • Object Duplicators - Provides a utility for creating independent deep copies of complex objects and their nested dependencies.
  • Deep Object Manipulations - Implements recursive cloning of nested data structures while preserving the object graph to handle circular references.
  • Object Cloning Techniques - Implements deep copying patterns to create exact copies of nested objects without sharing references.
  • JavaScript Implementations - Provides a complete recursive cloning utility specifically designed for JavaScript objects.
  • Cloning Traversers - Traverses complex object trees recursively to produce independent clones while avoiding circularity loops.
  • Reference Tracking - Tracks object identities during the cloning process to preserve shared references and prevent infinite recursion from circular loops.
  • Object Transformation - Allows for cloning, picking, and omitting properties within objects using custom matching criteria.
  • Object Property Transformers - Provides the ability to filter or modify specific fields and types during the cloning process based on custom matching criteria.
  • State Snapshots - Captures the current state of an object tree as a snapshot to prevent accidental mutations of the original data.

Historique des stars

Graphique de l'historique des stars pour myclabs/deepcopyGraphique de l'historique des stars pour myclabs/deepcopy

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait myclabs/deepcopy ?

DeepCopy is a recursive object cloning library designed to create independent copies of complex nested objects. It functions as a state snapshot utility and object cloning tool that produces clones while preserving the original object graph.

Quelles sont les fonctionnalités principales de myclabs/deepcopy ?

Les fonctionnalités principales de myclabs/deepcopy sont : Object Duplicators, Deep Object Manipulations, Object Cloning Techniques, JavaScript Implementations, Cloning Traversers, Reference Tracking, Object Transformation, Object Property Transformers.

Quelles sont les alternatives open-source à myclabs/deepcopy ?

Les alternatives open-source à myclabs/deepcopy incluent : esotericsoftware/kryo — Kryo is a Java binary serialization framework and object cloning library used to convert Java objects into a compact… lodash/lodash — Lodash is a JavaScript utility library and data manipulation toolkit. It provides a collection of modular functions… alipay/fury — Fury is a multi-language binary serialization framework designed for encoding domain objects and complex graphs to… apache/fory — Fory is a cross-language serialization framework and binary data serializer designed to convert complex object graphs… immutable-js/immutable-js — Immutable.js is a library of persistent data structures and a functional state management toolkit. It provides a… angus-c/just — Just is a collection of JavaScript utility libraries designed for data manipulation, functional programming,…

Alternatives open source à DeepCopy

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec DeepCopy.
  • esotericsoftware/kryoAvatar de EsotericSoftware

    EsotericSoftware/kryo

    6,529Voir sur GitHub↗

    Kryo is a Java binary serialization framework and object cloning library used to convert Java objects into a compact binary format and restore them from bytes. It provides a system for creating deep or shallow copies of complex object graphs without requiring binary conversion. The project utilizes variable-length integer encoding and integer-ID class registration to reduce the size of serialized data. It handles complex object graphs through circular reference tracking to prevent data duplication and infinite loops. To maintain long-term data viability, it includes schema evolution managemen

    HTML
    Voir sur GitHub↗6,529
  • lodash/lodashAvatar de lodash

    lodash/lodash

    61,235Voir sur GitHub↗

    Lodash is a JavaScript utility library and data manipulation toolkit. It provides a collection of modular functions for transforming, filtering, and validating arrays, objects, strings, and numbers. The project functions as a functional programming toolkit, offering capabilities for function composition, currying, and lazy evaluation. It includes mechanisms for execution control, such as debouncing and throttling, to manage the timing and frequency of function invocations. The library covers a broad surface of data operations, including deep cloning and merging of complex nested structures,

    JavaScriptjavascriptlodashmodules
    Voir sur GitHub↗61,235
  • alipay/furyAvatar de alipay

    alipay/fury

    4,412Voir sur GitHub↗

    Fury is a multi-language binary serialization framework designed for encoding domain objects and complex graphs to facilitate cross-language data exchange. It includes an interface definition language compiler that translates schema definitions into idiomatic native types and serialization boilerplate across multiple languages. The project distinguishes itself through a zero-copy binary reader that allows specific fields to be accessed without deserializing the entire object, as well as an object graph serializer that preserves circular references and referential integrity. It also features a

    Java
    Voir sur GitHub↗4,412
  • apache/foryAvatar de apache

    apache/fory

    4,234Voir sur GitHub↗

    Fory is a cross-language serialization framework and binary data serializer designed to convert complex object graphs into a compact binary format for high-performance data exchange. It includes an IDL-based schema compiler to transform interface definition language files into type-safe native data models and a schema evolution manager to maintain forward and backward compatibility. The project features a zero-copy data access layer that allows reading specific fields from binary rows without deserializing the entire object. It supports dual-mode serialization, enabling a toggle between a por

    Javacompressioncppcross-language
    Voir sur GitHub↗4,234
Voir les 30 alternatives à DeepCopy→