awesome-repositories.com

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

探索精选搜索Open-source alternativesSelf-hosted software博客网站地图
项目关于How we rank媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.com博客
分类

1 个仓库

Awesome GitHub RepositoriesBitmap Storage

Efficient storage and management of large bit sequences, often fragmented for performance.

Distinct from Bitmap Analysis: Shortlist candidates focus on image processing and graphics rasterization, whereas this is database bit-vector storage.

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

Awesome Bitmap Storage GitHub Repositories

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

    apache/incubator-kvrocks

    4,339在 GitHub 上查看↗

    Kvrocks 是一个基于磁盘的 NoSQL 数据库和分布式键值存储,利用 RocksDB 存储引擎将大数据集持久化到物理磁盘。它被设计为 Redis 兼容数据库,利用标准的 Redis 通信协议确保与现有客户端库和工具的互操作性。 该项目的独特之处在于将磁盘持久化存储模型与高级检索能力相结合,包括用于 k-近邻查询的向量搜索、全文搜索索引和地理空间查询执行。它支持具有基于槽位(slot)的数据分布和拓扑管理的分布式集群,以实现水平扩展和高可用性。 该系统涵盖了广泛的数据存储类型,包括 JSON 文档、流、有序集合、哈希映射和位图。它提供了全面的数据管理工具,如原子事务、基于日志的复制以及用于基数估计和成员检查的概率数据结构。此外,它还包括服务端脚本、发布/订阅消息传递以及针对服务器健康状况和存储引擎性能的详细监控。

    Implements fragmented storage for large sequences of bits to enable efficient arbitrary index writing.

    C++
    在 GitHub 上查看↗4,339
  1. Home
  2. Data & Databases
  3. Bitmap Storage