Skip to content

πŸ”‘ 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.

prologic/bitcask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 

Repository files navigation

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.

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.

Topics

Resources

Stars

Watchers

Forks