robinhood-hashmap
There are 5 repositories under robinhood-hashmap topic.
dadhi/ImTools
Fast and memory-efficient immutable collections and helper data structures
agl-alexglopez/ccc
Various containers written for C programmers who need complete control over their memory.
kiancross/rash
An implementation of the Robin Hood hashing algorithm in C.
null-char/rhmap
Implementation of a Robinhood hashmap backed by an FX hasher
AlexanderThaep/BCHTable
This is my naive implementation of a "bucketized cuckoo hash table" (BCHT) utilizing a variable amount of interchangeable hash algorithms that I thought to include in the repository.