1 Repo
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.
Kvrocks is a disk-based NoSQL database and distributed key-value store that leverages the RocksDB storage engine to persist large datasets to physical disk. It is designed to be a Redis-compatible database, utilizing the standard Redis communication protocol to ensure interoperability with existing client libraries and tools. The project distinguishes itself by combining a disk-persistent storage model with advanced retrieval capabilities, including vector search for k-nearest neighbor queries, full-text search indexing, and geospatial query execution. It supports distributed clustering with
Implements fragmented storage for large sequences of bits to enable efficient arbitrary index writing.