awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesOperation Batching

Groups multiple discrete data operations into a single atomic commit for history and synchronization.

Distinct from Batch Document Processing: Focuses on atomic commit grouping for CRDT history rather than high-throughput text processing

Explore 3 awesome GitHub repositories matching software engineering & architecture · Operation Batching. Refine with filters or upvote what's useful.

Awesome Operation Batching GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • codemirror/codemirror5Avatar codemirror

    codemirror/codemirror5

    27,247Vezi pe GitHub↗

    CodeMirror 5 is a browser-based code editor and extensible UI component. It functions as a syntax highlighting engine and a programmable text surface, providing a professional coding experience embedded within web pages. The project is distinguished by its ability to act as a collaborative text editor, synchronizing document changes across multiple users in real time. It also includes a dedicated Vim emulation layer that implements modal keyboard interactions, motions, and operators. The system covers broad capability areas including language support for autocompletion and error analysis, co

    Buffers multiple document changes into a single view update to optimize rendering performance and prevent screen flicker.

    JavaScript
    Vezi pe GitHub↗27,247
  • canopy-network/canopyAvatar canopy-network

    canopy-network/canopy

    11,413Vezi pe GitHub↗

    Canopy is the official Go implementation of a blockchain node that runs a recursive network architecture, enabling new blockchains to launch as dependent layers that can later graduate into fully independent security roots. The project provides a hybrid consensus mechanism that combines Byzantine fault-tolerant Proof-of-Stake with Verifiable-Delay Functions, delivering instant finality while protecting against long-range attacks through trustless chain age verification. Validators secure multiple chains simultaneously through restaking, where a single bonded stake serves as collateral across t

    Groups multiple state read or write operations into a single call for efficiency during transaction processing.

    Goauto-scaling-architecturelayerless-blockchain-creatormesh-security-provider
    Vezi pe GitHub↗11,413
  • loro-dev/loroAvatar loro-dev

    loro-dev/loro

    5,374Vezi pe GitHub↗

    Loro is a conflict-free replicated data type (CRDT) framework and collaborative state engine designed for building real-time collaborative applications. It provides a distributed data synchronizer that enables multiple users to edit shared documents and complex nested structures—such as maps, lists, trees, and counters—with automatic state convergence without requiring a central server. The project distinguishes itself through a versioned document store that supports branching, forking, and merging via a directed acyclic graph of causal operation history. It enables advanced version control c

    Groups multiple operations into a single commit with metadata for history grouping.

    Rustcollaborative-editingcrdtlocal-first
    Vezi pe GitHub↗5,374
  1. Home
  2. Software Engineering & Architecture
  3. Batch Document Processing
  4. Operation Batching