Tessil / hopscotch-mapLinks
C++ implementation of a fast hash map and hash set using hopscotch hashing
☆748Updated 10 months ago
Alternatives and similar repositories for hopscotch-map
Users that are interested in hopscotch-map are comparing it to the libraries listed below
Sorting:
- C++ implementation of a memory efficient hash map and hash set☆357Updated 10 months ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆600Updated last week
- C++ implementation of a fast and memory efficient HAT-trie☆829Updated 10 months ago
- C++ implementation of a fast hash map and hash set using robin hood hashing☆1,379Updated 4 months ago
- Comprehensive benchmarks of C++ maps☆311Updated 2 years ago
- Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20☆1,577Updated 2 years ago
- Fast and memory efficient c++ flat hash map/set☆620Updated this week
- Yet Another Serialization☆762Updated 5 months ago
- A header-only C++ library for task concurrency☆629Updated 2 years ago
- A fast, memory efficient hash map for C++☆1,285Updated 2 months ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆573Updated 2 weeks ago
- A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion☆1,125Updated 6 months ago
- P1031 low level file i/o and filesystem library for the C++ standard☆970Updated 3 weeks ago
- Ultra fast C++11 allocator for STL containers.☆274Updated 3 years ago
- C++ hash map and hash set which preserve the order of insertion