How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
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.
Projects with overlapping indexed features 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