2 repositorios
Sorted sets specifically optimized for storing unique integers to perform efficient range queries.
Distinct from Sorted Sets: More specific than general sorted sets by restricting members to integers for optimization.
Explore 2 awesome GitHub repositories matching data & databases · Integer. Refine with filters or upvote what's useful.
Kvrocks is a distributed key-value store and Redis-compatible NoSQL database. It utilizes a RocksDB storage engine to provide disk-based persistence, allowing for high-capacity data storage with reduced memory costs compared to in-memory systems. The system functions as a vector database and full-text search engine, supporting nearest-neighbor searches on vector embeddings and complex document queries via text matching. It employs a proxyless cluster architecture with slot-based routing to distribute data and scale capacity across multiple nodes. The platform covers a wide range of data mana
Provides optimized sorted collections of unique integers for high-performance range queries.
This project is a high-performance tabular data processing framework for R, designed to handle massive datasets with memory efficiency and speed. It provides an enhanced data structure that utilizes reference semantics and in-place modification to perform complex transformations without the overhead of unnecessary object copying. The library distinguishes itself through its low-level architectural optimizations, including multi-threaded parallel processing, radix-based sorting, and memory-mapped file parsing. By offloading critical data manipulation and aggregation routines to compiled C code
Uses integer-based storage for temporal data to accelerate sorting operations and minimize memory footprint.