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,375GitHub पर देखें↗

    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