awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesBinary Delta Synchronization

Protocols for transmitting minimal binary differences to synchronize state across distributed nodes.

Distinct from Proprietary Sync Protocols: Focuses on the binary compression of state deltas for synchronization, whereas Proprietary Sync Protocols is a broader category for custom consistency protocols.

Explore 1 awesome GitHub repository matching software engineering & architecture · Binary Delta Synchronization. Refine with filters or upvote what's useful.

Awesome Binary Delta Synchronization GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • automerge/automergeautomerge 的头像

    automerge/automerge

    6,373在 GitHub 上查看↗

    Automerge 是一个分布式状态同步引擎和无冲突复制数据类型(CRDT)库。它使多个节点能够对共享数据集执行并发更新,同时保证所有副本最终收敛到相同的状态。 该项目提供了一个用 Rust 编写的高性能实现,用于管理状态合并和同步。它采用字节压缩的同步协议在对等节点之间传输最小的增量更新,从而促进对等网络和实时协作环境中的数据一致性。 该系统涵盖了分布式共享状态的广泛功能,包括因果图冲突解决、操作日志重放以及语言无关的数据编码。它包含验证过程,以确保文档和数据值在不同的操作系统和语言实现中得到一致的解释。

    Implements a byte-compressed synchronization protocol to transmit minimal delta updates between peers.

    JavaScript
    在 GitHub 上查看↗6,373
  1. Home
  2. Software Engineering & Architecture
  3. TypeScript Type Definitions
  4. Client-Server Synchronization
  5. Proprietary Sync Protocols
  6. Binary Delta Synchronization