Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
/ bitbutt Public archive

bitbutt is a Go implementation of bitcask.

License

Notifications You must be signed in to change notification settings

akrennmair/bitbutt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitbutt - a Go implementation of bitcask

GoDoc Build Status

bitbutt is a Go implementation of bitcask, a log-structured hash table for fast key/value data.

Etymology

A butt is a type of English beer cask of a specific size. It is equal to half a tun, two hogsheads, three barrels, or 108 imperial gallons, which is the same as 491 litres.

Installation

Installation is as simple as

go get github.com/akrennmair/bitbutt

Documentation

As with all Go packages, you can find the documentation on godoc.org.

For the concepts of bitcask, please refer to the original paper by Basho.

License

See the file LICENSE for license information.

About

bitbutt is a Go implementation of bitcask.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages