1
0
My Implementation of the Bit cask paper https://riak.com/assets/bitcask-intro.pdf
Go to file
2024-06-16 16:00:38 +05:30
src create new segment if existing segment is over the size limit 2024-06-16 16:00:38 +05:30
.gitignore refactored keydir into a separate module, WIP on the structure 2024-06-16 15:26:06 +05:30
Cargo.lock refactored keydir into a separate module, WIP on the structure 2024-06-16 15:26:06 +05:30
Cargo.toml refactored keydir into a separate module, WIP on the structure 2024-06-16 15:26:06 +05:30
readme.md added readme 2024-06-09 17:06:45 +05:30

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.

[1] https://riak.com/assets/bitcask-intro.pdf