Update README.md

Added a tutorial on implementing an LSM  storage engine using Rust.
This commit is contained in:
血小板自动机 2024-08-23 19:16:56 +08:00 committed by GitHub
parent 243d33995f
commit 56827e47bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -644,6 +644,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
- [Part 2](https://pwy.io/en/posts/learning-to-fly-pt2/)
- [Part 3](https://pwy.io/en/posts/learning-to-fly-pt3/)
- [Part 4](https://pwy.io/en/posts/learning-to-fly-pt4/)
- [A tutorial of building an LSM-Tree storage engine in a week!](https://github.com/skyzh/mini-lsm)
## Scala: