An append only, on-disk log database for storing and retrieving logs fast using in memory hashmaps.
A lightweight key-value storage library.
Connect (ExpressJS) middleware that stores session data in Riak
Simple pure node key value embedded database
Skip list is a kind of ordered map and can store any value inside. See skip list wikipedia page to learn more about this data structure.
A Rust implementation of Bitcask
Bitcask implemented in rust.
Rustcask is a fast and efficient key-value storage engine, based on Bitcask
Bitask is a Rust implementation of Bitcask, a log-structured key-value store optimized for high-performance reads and writes.
Bitcask inspired in-memory log structured hash table.
A simple k/v store API inspired by bitcask
A simple k/v store API inspired by bitcask
A generic-purpose, atomic, ordered, zero-copy read, zero-cost (in-place) write, Write-Ahead Log implementation for Rust.
Blazing fast key-value storage basec on Bitcask whitepaper
A lock-free, generic, lightweight value log.
Bitcasky is a Rust implementation of the Bitcask key-value store
An (incomplete) interface to the Bitcask storage system
Bitcask-like Key/Value storege library with a TCP server included