└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # bitcask 2 | πŸ”‘ 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. 3 | 4 | This project is managed at [git.mills.io/prologic/bitcask](https://git.mills.io/prologic/bitcask) 5 | 6 | ## Usage v1 7 | 8 | ```#!go 9 | import "git.mills.io/prologic/bitcask" 10 | ``` 11 | 12 | ## Usage v2 13 | 14 | Coming soonβ„’ 15 | 16 | ## Contributing 17 | 18 | ```#!console 19 | git clone https://git.mills.io/prologic/bitcask.git 20 | ``` 21 | 22 | Please either contact [me](https://prologic.shortcircuit.net.au) for an account on my Gitea instance that matches your Github account or send Git patches via email. 23 | --------------------------------------------------------------------------------