awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesGroup-Commit Checkpoints

Checkpointing mechanisms that batch commits into groups and write checkpoints without blocking normal operations.

Distinct from State Checkpointing: Distinct from State Checkpointing: focuses on group-commit batching for performance, not general state persistence.

Explore 1 awesome GitHub repository matching data & databases · Group-Commit Checkpoints. Refine with filters or upvote what's useful.

Awesome Group-Commit Checkpoints GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • microsoft/fastermicrosoft का अवतार

    microsoft/FASTER

    6,606GitHub पर देखें↗

    FASTER is a high-throughput key-value store that combines an in-memory data store with a hybrid memory-disk storage engine, enabling datasets larger than available RAM. It uses a latch-free, cache-optimized index for concurrent point lookups and heavy updates, and records all mutations to a persistent append-only log on disk with checksum validation and group-commit checkpointing for crash recovery. The system supports multi-key transactional workloads through atomic multi-key locking, ensuring transactional consistency without coarse-grained contention. It exposes the key-value store to remo

    Restores consistent state after crashes using non-blocking group-commit checkpointing.

    C#concurrenthash-tableindexing
    GitHub पर देखें↗6,606
  1. Home
  2. Data & Databases
  3. State Checkpointing
  4. Group-Commit Checkpoints