CBG

Cuckoo Hash Table

A data structure implementation of a cuckoo hashing algorithm with breeding ground hash table functionality

Cuckoo Breeding Ground Hash Table

GitHub

4 stars
2 watching
0 forks
Language: C++
last commit: over 5 years ago
cuckoo-hashing-algorithmhash-functionshash-table

Related projects:

Repository Description Stars
microsoft/kuku A compact cuckoo hashing library that enables efficient hash tables with high fill rates 63
efficient/cuckoofilter A data structure that enables efficient set-membership queries with dynamic item insertion and deletion. 971
tessil/sparse-map A memory-efficient hash map and set implementation with flexible growth policies and support for heterogeneous lookups. 337
gregorycollins/hashtables A set of implementations for mutable hash tables in Haskell. 127
tessil/hopscotch-map A fast hash map and hash set implementation using hopscotch hashing 731
orthecreedence/cl-hash-util A utility library for working with Common Lisp hash tables 29
tessil/robin-map A C++ implementation of fast hash maps and sets using robin hood hashing 1,294
watmough/jwhash A simple hash table implementation for storing and retrieving various data types in C. 216
kshk123/hashmap A concurrent thread-safe hash map implemented in C++. 145
samebchase/hash-set An implementation of the hash-set data structure 17
martinus/unordered_dense A hash map and hash set implementation with optimized storage and deletion algorithms 968
bcgit/bc-csharp A .NET implementation of cryptographic algorithms and protocols. 1,683
linvon/cuckoo-filter An implementation of a flexible and space-efficient data structure for approximated set-membership queries with dynamic item addition and removal 296
dusk-network/poseidon252 An implementation of a hash algorithm suitable for use in zero-knowledge proof systems 210
pnathan/genhash A basic implementation of a hash table data structure in Common Lisp 17