Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 630 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 630 Bytes

bitcask

🔑 A high performance Key/Value store written in Go with a predictable read/write performance and high throughput. Uses a Bitcask on-disk layout (LSM+WAL) similar to Riak.

This project is managed at git.mills.io/prologic/bitcask

Usage v1

import "git.mills.io/prologic/bitcask"

Usage v2

Coming soon™

Contributing

git clone https://git.mills.io/prologic/bitcask.git

Please either contact me for an account on my Gitea instance that matches your Github account or send Git patches via email.