An open API service indexing awesome lists of open source software.

https://github.com/fvilers/bitcask

A log-structured hash table for fast key/value data
https://github.com/fvilers/bitcask

bitcask key-value kv-store repl

Last synced: over 1 year ago
JSON representation

A log-structured hash table for fast key/value data

Awesome Lists containing this project

README

          

# bitcask

A log-structured hash table for fast key/value data

## Workspace

This workspace contains packages related to the bitcask implementation:

- [bitcask-lib](bitcask-lib/README.md): a disk based KV store inspired by the Bitcask implementation
- [bitcask-repl](bitcask-repl/README.md): a REPL executable for querying a Bitcask datastore