Tessil / hopscotch-mapLinks
C++ implementation of a fast hash map and hash set using hopscotch hashing
☆765Updated last month
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☆366Updated last month
- A C++ library providing various concurrent data structures and reclamation schemes.☆627Updated 4 months ago
- C++ implementation of a fast and memory efficient HAT-trie☆851Updated last month
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- P1031 low level file i/o and filesystem library for the C++ standard☆1,008Updated last week
- A header-only C++ library for task concurrency☆629Updated 2 years ago
- C++ implementation of a fast hash map and hash set using robin hood hashing☆1,426Updated last month
- Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20☆1,596Updated 2 years ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆592Updated 5 months ago
- Yet Another Serialization☆769Updated 10 months ago
- C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)☆850Updated 2 years ago
- A fast, memory efficient hash map for C++☆1,295Updated 7 months ago
- Fast and memory efficient c++ flat hash table/map/set☆663Updated last month
- std::simd for GCC [ISO/IEC TS 19570:2018]☆632Updated 2 years ago
- A fast work-stealing queue template in C++