How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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.
Open-source alternatives to tessil/robin-map 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.