Tessil / hopscotch-map
C++ implementation of a fast hash map and hash set using hopscotch hashing
☆732Updated 3 months ago
Alternatives and similar repositories for hopscotch-map:
Users that are interested in hopscotch-map are comparing it to the libraries listed below
- C++ implementation of a memory efficient hash map and hash set☆341Updated 3 months ago
- Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20☆1,538Updated last year
- C++ implementation of a fast hash map and hash set using robin hood hashing☆1,302Updated 3 months ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆523Updated last year
- A header-only C++ library for task concurrency☆623Updated last year
- P1031 low level file i/o and filesystem library for the C++ standard☆904Updated this week
- A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion☆988Updated last month
- Comprehensive benchmarks of C++ maps☆302Updated last year
- C++ implementation of a fast and memory efficient HAT-trie☆801Updated 3 months ago
- A fast, memory efficient hash map for C++☆1,259Updated last year
- Yet Another Serialization☆736Updated 9 months ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,224Updated 10 months ago
- Fast and memory efficient c++ flat hash map/set☆531Updated this week
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,506Updated 5 months ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆947Updated last year
- C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)☆834Updated last year
- Experimental C++11 version of sparsehash☆287Updated 2 years ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆550Updated 5 months ago
- C++14 lock-free queue.☆1,571Updated last month
- A miniature library for struct-field reflection in C++☆518Updated last week
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆627Updated this week
- std::simd for GCC [ISO/IEC TS 19570:2018]☆596Updated last year
- Provides very lightweight outcome<T> and result<T> (non-Boost edition)