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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesData Diffing Algorithms

Algorithms used to identify the minimal set of insertions, deletions, and moves between two data collections.

Distinct from Collaborative Diff Visualizers: Existing candidates focus on collaborative visualizers or database insertion, not the underlying diffing logic for state synchronization.

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

Awesome Data Diffing Algorithms GitHub Repositories

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

    Instagram/IGListKit

    13,070GitHub पर देखें↗

    IGListKit is a data-driven list manager and framework for iOS that decouples data models from cell logic. It serves as a wrapper for collection views, using a system of section controllers to map specific data model types to independent objects that manage the logic and sizing for list sections. The project features a diffing algorithm library that calculates the minimal set of changes between two data collections. By using unique identifiers and equality tracking, it identifies inserts, deletes, and moves to trigger animated updates instead of full interface reloads. The framework covers a

    Identify inserts, deletes, and moves between collections to prevent unnecessary user interface refreshes.

    Objective-Cdiffinginstagramios
    GitHub पर देखें↗13,070
  • 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

    Calculates granular additions, removals, and modifications between two data structures.

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