| |
TurboKV: Insanely fast Rust key-value store
TurboKV is a fast, embedded key-value database written in Rust that supports async operations, atomic batches, ordered range scans, compression, and configurable durability levels. The project offers three durability presets—fast (in-memory), durable (WAL-based), and paranoid (sync-all)—along with features like Bloom filters with hardware AES acceleration and background compaction. It can be installed via Cargo and provides a straightforward API for insert, get, delete, and range scan operations.
Read Full Article →
← More Tech news