/baby-crabdb-from-scratch

My learning journey through this book (still very WIP). Just postpone it until I found my time again.

Primary LanguageRustMIT LicenseMIT

baby-crabdb-from-scratch

Following the charming call of this book and attempt to build my own baby (distributed?) database in Rust.

To-do lists

  • Indexing: Implement B+-Tree algorithm.
  • Future-work: implement LSM Tree in another branch and finally make a comparison / benchmarks.