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

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

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

1 个仓库

Awesome GitHub RepositoriesSequence Claiming

Mechanisms for producers to atomically reserve a unique slot in a buffer to prevent write collisions.

Distinct from Single-Writer-Single-Reader Optimizations: Focuses on the atomic reservation of slots in a multi-producer environment, not just single-writer optimizations.

Explore 1 awesome GitHub repository matching data & databases · Sequence Claiming. Refine with filters or upvote what's useful.

Awesome Sequence Claiming GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • lmax-exchange/disruptorLMAX-Exchange 的头像

    LMAX-Exchange/disruptor

    18,375在 GitHub 上查看↗

    The Disruptor is a lock-free inter-thread messaging library and high-performance event bus. It implements a concurrent ring buffer designed for high-concurrency and low-latency message sequencing. The project utilizes a specific messaging architecture to eliminate lock contention, enabling high-throughput event routing and the exchange of continuous event streams between threads. It ensures strict first-in-first-out ordering and immediate data visibility across processing threads. The library provides capabilities for lock-free data streaming, sequential data ordering, and sequence-based eve

    Uses a sequence claiming mechanism to allow multiple producers to write to the buffer without contention.

    Javaconcurrencydisruptorjava
    在 GitHub 上查看↗18,375
  1. Home
  2. Data & Databases
  3. Single-Node Processing
  4. Single-Writer-Single-Reader Optimizations
  5. Sequence Claiming