CBG
Cuckoo Hash Table
A data structure implementation of a cuckoo hashing algorithm with breeding ground hash table functionality
Cuckoo Breeding Ground Hash Table
4 stars
2 watching
0 forks
Language: C++
last commit: about 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 | 62 |
efficient/cuckoofilter | A data structure that enables efficient set-membership queries with dynamic item insertion and deletion. | 970 |
tessil/sparse-map | A memory-efficient hash map and set implementation with flexible growth policies and support for heterogeneous lookups. | 334 |
gregorycollins/hashtables | A set of implementations for mutable hash tables in Haskell. | 125 |
tessil/hopscotch-map | A fast hash map and hash set implementation using hopscotch hashing | 729 |
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,277 |
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++. | 144 |
samebchase/hash-set | An implementation of a data structure providing constant time lookup and insertion operations. | 17 |
martinus/unordered_dense | A hash map and hash set implementation with optimized storage and deletion algorithms | 942 |
bcgit/bc-csharp | A .NET implementation of cryptographic algorithms and protocols. | 1,673 |
linvon/cuckoo-filter | An implementation of a flexible and space-efficient data structure for approximated set-membership queries with dynamic item addition and removal | 294 |
dusk-network/poseidon252 | An implementation of a hash algorithm suitable for use in zero-knowledge proof systems | 209 |
pnathan/genhash | A generic hash table implementation in Common Lisp. | 17 |