awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesRecursive Data Diffing

Engines that traverse data structures recursively to identify and report specific mismatches between values.

Distinct from Recursive Structure Traversers: Focuses on identifying differences for reporting (diffing), not just visiting nodes or pathfinding.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Recursive Data Diffing. Refine with filters or upvote what's useful.

Awesome Recursive Data Diffing GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • google/go-cmpgoogle का अवतार

    google/go-cmp

    4,651GitHub पर देखें↗

    go-cmp is a value comparison library for Go designed for use in test suites. It functions as a recursive data differ and assertion tool that determines if two complex data structures are semantically equal rather than relying on strict bitwise equality. The library provides a framework for defining specialized comparison logic, allowing users to register custom equality overrides for specific types. It includes mechanisms to manage how unexported fields are handled during traversal to prevent runtime panics during deep equality checks. The system utilizes reflection-based value traversal to

    Traverses Go types recursively to identify and produce detailed mismatches between expected and actual values.

    Goequalitygotesting
    GitHub पर देखें↗4,651
  • asyncbanana/microdiffAsyncBanana का अवतार

    AsyncBanana/microdiff

    3,801GitHub पर देखें↗

    Microdiff is a utility library for calculating structural differences between two JavaScript objects or arrays. It identifies additions, removals, and modifications by performing a deep comparison of nested data structures, providing a granular list of changes between object states. The library is built with a zero-dependency implementation that relies exclusively on native language primitives to maintain a minimal memory footprint. It includes built-in circular reference handling, which tracks object identities during traversal to prevent infinite loops when processing self-referencing data

    Generates a detailed list of structural changes between complex data structures.

    JavaScriptcollaboratecomparisondeno
    GitHub पर देखें↗3,801
  1. Home
  2. Software Engineering & Architecture
  3. Recursive Data Diffing