Building a Mini LSM-Tree Key-Value Store in Rust: A CV-Grade Systems Project
Build a runnable LSM-tree key-value store with a write-ahead log in Rust, from WAL append to SSTable flush to compaction. The exact project to make your CV read like a database engineer’s.