Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
The main features of martinus/robin-hood-hashing are: Data Structures, Databases & Data.
Open-source alternatives to martinus/robin-hood-hashing include: tessil/robin-map — C++ implementation of a fast hash map and hash set using robin hood hashing. cameron314/concurrentqueue — ConcurrentQueue is a header-only C++ template library that provides a lock-free data structure for multi-producer… alandefreitas/small — C++ small containers. arximboldi/immer — Postmodern immutable and persistent data structures for C++ — value semantics at scale. bits-and-blooms/bloom — Go package implementing Bloom filters, used by many important systems. bits-and-blooms/bitset — Go package implementing bitsets.
C++ implementation of a fast hash map and hash set using robin hood hashing
Postmodern immutable and persistent data structures for C++ — value semantics at scale