
Bitcask is an erlang application that provides an api for storing and retrieving key/value data into a log-structured hash table that provides very fast access. the design owes a lot to the principles found in log-structured file systems and draws inspiration from a number of designs that involve log file merging.
this package includes bitcask headers which are necessary to build erlang applications which use bitcask.