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: about 7 years ago
cuckoo-hashing-algorithmhash-functionshash-table

Related projects:

RepositoryDescriptionStars
microsoft/kukuA compact cuckoo hashing library that enables efficient hash tables with high fill rates63
efficient/cuckoofilterA data structure that enables efficient set-membership queries with dynamic item insertion and deletion.971
tessil/sparse-mapA memory-efficient hash map and set implementation with flexible growth policies and support for heterogeneous lookups.337
gregorycollins/hashtablesA set of implementations for mutable hash tables in Haskell.127
tessil/hopscotch-mapA fast hash map and hash set implementation using hopscotch hashing731
orthecreedence/cl-hash-utilA utility library for working with Common Lisp hash tables29
tessil/robin-mapA C++ implementation of fast hash maps and sets using robin hood hashing1,294
watmough/jwhashA simple hash table implementation for storing and retrieving various data types in C.216
kshk123/hashmapA concurrent thread-safe hash map implemented in C++.145
samebchase/hash-setAn implementation of the hash-set data structure17
martinus/unordered_denseA hash map and hash set implementation with optimized storage and deletion algorithms968
bcgit/bc-csharpA .NET implementation of cryptographic algorithms and protocols.1,683
linvon/cuckoo-filterAn implementation of a flexible and space-efficient data structure for approximated set-membership queries with dynamic item addition and removal296
dusk-network/poseidon252An implementation of a hash algorithm suitable for use in zero-knowledge proof systems210
pnathan/genhashA basic implementation of a hash table data structure in Common Lisp17