Alex Chi

Code for fun, Make things happen

27 Dec 2022

MiniLSM: Build an LSM-Tree Storage Engine in a Week!

I’ve been working on a series of tutorial on how to build an LSM-Tree storage engine in the Rust programming language. The tutorial is published at https://skyzh.github.io/mini-lsm, and the starter code plus reference solution is available at https://github.com/skyzh/mini-lsm. Welcome to take a look!