Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 408 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 408 Bytes

My key-value database built for the pingcap talent plan rust course.

For the most part, the architecture is very similar to Bitcask. There are no hint files and log files are currently stored in JSON (might eventually switch to bincode).