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

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

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

2 个仓库

Awesome GitHub RepositoriesCommutative Binary Updates

Binary encoding schemes where the order of application does not affect the final converged state.

Distinct from Binary Data Encoding: Distinct from general binary encoding by the mathematical property of commutativity for state convergence.

Explore 2 awesome GitHub repositories matching networking & communication · Commutative Binary Updates. Refine with filters or upvote what's useful.

Awesome Commutative Binary Updates GitHub Repositories

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

    yjs/yjs

    22,069在 GitHub 上查看↗

    Yjs is a CRDT framework and real-time state synchronization engine providing shared data types for collaborative software. It functions as a shared data type library of collaborative maps, arrays, and text structures that converge automatically across distributed clients, serving as a local-first data store and a collaborative editor backend. The system distinguishes itself through a synchronization engine that encodes document changes into commutative binary updates. It employs state-vector based differencing to transmit only missing incremental updates between peers and uses relative-positi

    Encodes document changes into commutative binary updates that can be applied in any order to reach the same state.

    JavaScriptcollaborationcollaborative-editingcrdt
    在 GitHub 上查看↗22,069
  • liveblocks/liveblocksliveblocks 的头像

    liveblocks/liveblocks

    4,438在 GitHub 上查看↗

    Liveblocks is a realtime collaboration infrastructure platform that synchronizes application state, documents, and user presence across multiple participants using conflict-free replicated data types. It provides a managed backend for collaborative text editors, threaded commenting and annotation systems, in-app notifications, and AI copilot deployment, all built on a WebSocket transport layer with server-side room management APIs. The platform distinguishes itself through a headless component primitive system that exposes unstyled React hooks and composable building blocks, allowing develope

    Sends Yjs binary updates to initialize or modify collaborative document data.

    TypeScriptai-agentsai-copilotcollaboration
    在 GitHub 上查看↗4,438
  1. Home
  2. Networking & Communication
  3. Binary Data Encoding
  4. Commutative Binary Updates

探索子标签

  • Yjs Binary Update SendingSends a Yjs binary update to a room's document to initialize or modify its data. **Distinct from Commutative Binary Updates:** Distinct from Commutative Binary Updates: focuses on sending Yjs binary updates to collaborative documents, not general commutative binary encoding.