There are 0 repository under robinhood-hashmap topic.
Fast and memory-efficient immutable collections and helper data structures
An implementation of the Robin Hood hashing algorithm in C.
Implementation of a Robinhood hashmap backed by an FX hasher
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.