An open API service indexing awesome lists of open source software.

https://github.com/jdockerty/chipmunk

LSM tree key-value storage
https://github.com/jdockerty/chipmunk

Last synced: 11 months ago
JSON representation

LSM tree key-value storage

Awesome Lists containing this project

README

          

# chipmunk[^1]

A Log Structured Merge (LSM) tree backed storage engine.

[^1]: Building from my past learning on storage and distributed systems with a bitcask-inspired system, [squirrel](https://github.com/jdockerty/squirrel).