Files
mini_lsm/mini-lsm-book/src/00-overview.md

8 lines
167 B
Markdown
Raw Normal View History

# Overview
In this tutorial, you will learn how to build a simple LSM-Tree storage engine in the Rust programming language.
## What is LSM, and Why LSM?
## Roadmap