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
Postmodern immutable and persistent data structures for C++ — value semantics at scale
C++ implementation of a fast hash map and hash set using robin hood hashing
The main features of tessil/robin-map are: Data Structures, Databases & Data.
Projects with overlapping indexed features include: martinus/robin-hood-hashing — Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20. 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.