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

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

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

1 个仓库

Awesome GitHub RepositoriesBTreeMap

Accesses stored key-value pairs through a familiar ordered-map interface without writing raw database queries.

Distinct from Query Interfaces: Distinct from Query Interfaces: specifies the BTreeMap ordered-map interface, not general query APIs.

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

Awesome BTreeMap GitHub Repositories

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

    cberner/redb

    4,248在 GitHub 上查看↗

    redb is an embedded key-value store and ACID-compliant storage engine. It functions as a persistent storage system for saving and retrieving data as key-value pairs within a tree structure. The engine is built as an MVCC transactional database, utilizing multi-version concurrency control to manage simultaneous reads and writes without blocking. It employs a single-writer multi-reader model to ensure data consistency while allowing multiple threads to access the store. The system provides persistent state management and atomic transaction management to prevent data corruption during crashes.

    Provides a BTreeMap query interface for ordered key-value access without raw query syntax.

    Rustrust
    在 GitHub 上查看↗4,248
  1. Home
  2. Data & Databases
  3. Query Interfaces
  4. BTreeMap