Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 301 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 301 Bytes

Keybase

🚧 (work in progress)

Keybase is a yet another persistent key-value store based on Log Structured Merge Trees. This was made with an intention to create a store having great write speeds and a simple implementation of LSM Trees, and hopefully this teaches me something while I build it.