bitcask

module
v0.0.0-...-251bb73 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 1, 2023 License: MIT

README

About Bitcask

Bitcask is Key-Value Database engine, which used Log-Structured and Hash Table Index. The paper post by riak will show you more detail about bitcask.

About This Project

This Project is bitcask implementation in Golang. It's just for understand bitcask, not for production.

TL;DR

make build
./bin/bitcask
>>> put a b
>>> list
>>> get a
>>> exit

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL