LSM Storage Engine
A crash-safe key-value store that real redis-cli connects to. The hard part is compaction that never loses a key.
Rust
Each one has a writeup: how it works, what I tried that didn’t, and where the numbers came from.
1 of 6 projects
A crash-safe key-value store that real redis-cli connects to. The hard part is compaction that never loses a key.