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

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

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

1 个仓库

Awesome GitHub RepositoriesDisk Synchronization Controls

Mechanisms for manually forcing in-memory data to be flushed to stable disk storage.

Distinct from Storage Disk Configurators: Distinct from Storage Disk Configurators: focuses on the action of synchronizing data (fsync) rather than filesystem mapping configuration.

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

Awesome Disk Synchronization Controls GitHub Repositories

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

    spacejam/sled

    8,928在 GitHub 上查看↗

    Sled is an embedded key-value store and ACID-compliant database designed for high-performance data persistence. It functions as a log-structured storage engine that organizes data using B+ trees to support efficient range queries and prefix scans. The engine implements a zero-copy data store model, utilizing epoch-based reclamation to provide direct references to cached values without memory allocations. It distinguishes itself through a combination of write-ahead logging, page cache optimizations to reduce write amplification on flash storage, and serializable transactions for atomic multi-k

    Provides capabilities to force pending writes to stable storage via blocking calls or futures.

    Rustb-plus-treeb-treeconcurrent
    在 GitHub 上查看↗8,928
  1. Home
  2. Data & Databases
  3. Disk Synchronization Controls