Reviewing Sled: Part II

The first part is here. As a reminder, Sled is an embedded database engine written in Rust. It takes a very different approach for how to store data, which I’m really excited to see. And with that, let’s begin. I stopped in my last post when getting to the flusher, which simply sleeps and calls flush on the iobufs.

The next file is iobuf.rs.