Bitcask - A Simple KV datastore
Go to file
Nathan Anderson 4fb9934603 edits
2023-04-12 17:04:27 -06:00
src edits 2023-04-12 17:04:27 -06:00
.gitignore A failing spec'd out bitcask, a start of something fun :) 2023-02-16 02:26:41 -07:00
build.zig A failing spec'd out bitcask, a start of something fun :) 2023-02-16 02:26:41 -07:00
README.md Working put test, passing, but not complete 2023-04-11 16:31:46 -06:00

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/