Files
mini_lsm/README.md
Alex Chi 72cee6ac13 feat(code): add sst iterator / day 2
Signed-off-by: Alex Chi <iskyzh@gmail.com>
2022-12-23 21:14:11 -05:00

520 B

LSM in a Week

CI (main)

Build a simple key-value storage engine in a week!

Tutorial

The tutorial is available at https://skyzh.github.io/mini-lsm. You can use the provided starter code to kick off your project, and follow the tutorial to implement the LSM tree.

Development

cargo x install-tools
cargo x check
cargo x book