DEV Community

Cover image for Fast, Persistent key/value store based on bitcask paper written in Ruby
Dinesh Gowda
Dinesh Gowda

Posted on

Fast, Persistent key/value store based on bitcask paper written in Ruby

An attempt to understand and build our persistent key/value store capable of storing data enormous than the RAM. This, in any way, is not intended for production. For simplicity, implementation has ignored a few specifications from the paper.

https://github.com/dineshgowda24/bitcask-rb

Top comments (0)