bitcask

Hash table

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

because you need another a key/value storage engine

GitHub

1k stars
139 watching
173 forks
Language: Erlang
last commit: 6 months ago

Related projects:

Repository Description Stars
mljs/hash-table An implementation of an open addressing hash table with double hashing in JavaScript 1
skarupke/flat_hash_map A high-performance implementation of a hash table data structure in C++ 1,716
shambles-dev/autohotkey-hashtable An implementation of a hash table data structure for use with AutoHotkey scripts 9
basho/riak A distributed, decentralized data storage system for storing and retrieving large amounts of data 3,954
kshk123/hashmap A concurrent thread-safe hash map implemented in C++. 144
pnathan/genhash A generic hash table implementation in Common Lisp. 17
rigtorp/hashmap A high-performance hash table implementation optimized for delete-heavy workloads 200
watmough/jwhash A simple hash table implementation for storing and retrieving various data types in C. 216
robstolarz/rsht A simple hash table implementation with optimization techniques to reduce full scan risk 7
jongretar/exbitcask An Elixir wrapper around Basho's Bitcask Key/Value store for fast data access and storage 12
orthecreedence/cl-hash-util A utility library for working with Common Lisp hash tables 29
pharo-containers/containers-hashtable An alternative implementation of a hash table data structure using the Moose framework in Smalltalk. 1
hoppfrosch/ahk_ctable A class library for creating and manipulating tables in AutoHotkey scripts. 9
gregorycollins/hashtables A set of implementations for mutable hash tables in Haskell. 125
martinus/unordered_dense A hash map and hash set implementation with optimized storage and deletion algorithms 942