- Notifications
You must be signed in to change notification settings - Fork2
🔑 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.
NotificationsYou must be signed in to change notification settings
prologic/bitcask
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
🔑 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 atgit.mills.io/prologic/bitcask
import "git.mills.io/prologic/bitcask"
Coming soon™
git clone https://git.mills.io/prologic/bitcask.git
Please either contactme for an account on my Gitea instance that matches your Github account or send Git patches via email.
About
🔑 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.