bitcask/README.md
2023-04-11 16:31:46 -06:00

12 lines
219 B
Markdown

# Bitcask - A Simple KV datastore
Do it simply and do it well.
## The Bitcask paper
https://riak.com/assets/bitcask-intro.pdf
## Implementation in Ruby
https://dinesh.wiki/posts/build-your-own-persistent-kv-store/