TurboKV: A Rust key-value store that hits 2.3M writes per second

TurboKV: Insanely fast Rust key-value store

TurboKV is an async embedded key-value store for Rust, offering atomic batches, ordered range scans, configurable durability, compression, and background compaction. Benchmarks on an Apple M4 show it outperforming fjall by up to 4.4x in durable mode, with sequential batch writes exceeding 2.3 million ops/s. The project emphasizes clean shutdown semantics and provides three durability presets: fast, durable, and paranoid.

TurboKV is an async embedded key-value database with atomic batches, ordered range scans, configurable durability, compression, and background compaction.

More from this day

2026-08-29