My Implementation of the Bit cask paper https://riak.com/assets/bitcask-intro.pdf
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
readme.md |
Bitcask
This is my implementation of the Bitcask Paper in Rust with an aim to get high performance and all the features specified in the paper. Currently a work in progress.