|
|
|
|
|
by mr-karan
1219 days ago
|
|
I recently implemented the Bitcask paper in Golang and shared my learnings:
https://mrkaran.dev/posts/barreldb/ https://github.com/mr-karan/barreldb/ Bitcask is an excellent paper that is not overwhelming to understand and offers a great stepping stone in building your own data stores. The simple yet powerful design of an append only file is eloquent and performant. I’d love to read about more such implementations, if anyone has any recommendations. |
|