rigtorp / HashMapLinks
An open addressing linear probing hash table, tuned for delete heavy workloads
☆205Updated last year
Alternatives and similar repositories for HashMap
Users that are interested in HashMap are comparing it to the libraries listed below
Sorting:
- Comprehensive benchmarks of C++ maps☆309Updated 2 years ago
- An implementation of Seqlock in C++11☆212Updated 10 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- A disruptor thread-synchronisation data structure for C++11.☆128Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 9 months ago
- C++ implementation of a memory efficient hash map and hash set☆351Updated 9 months ago
- c++ wrapper around libpapi☆73Updated 7 years ago
- A fast work-stealing queue template in C++☆308Updated last year
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆743Updated 9 months ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆593Updated 2 months ago
- A concurrent thread-safe hash map implemented in C++☆145Updated 2 years ago
- C++14 cache friendly B-heap priority queue☆105Updated 4 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆178Updated last year
- Experimental C++11 version of sparsehash☆291Updated 2 years ago
- C++17 inplace_string implementation☆95Updated 6 years ago
- A highly optimized single producer single consumer message queue C++ template☆266Updated 2 years ago
- C++ standard library features, "from scratch"☆185Updated 5 months ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆66Updated 9 months ago
- A STL allocator that mmaps files☆247Updated 4 years ago
- TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers☆415Updated 5 months ago
- generic stack-based container☆106Updated 7 years ago
- Header-only library for multithreaded programming☆233Updated 2 months ago
- A micro microbenchmarking library for C++11 in a single header file☆219Updated 2 months ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 10 years ago
- A feature complete LRU cache implementation in C++☆252Updated 5 years ago
- ☆107Updated last year
- ☆127Updated 2 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- Ultra fast C++11 allocator for STL containers.☆274Updated 3 years ago
- A header-only C++ library for task concurrency☆628Updated 2 years ago