rigtorp / HashMapLinks
An open addressing linear probing hash table, tuned for delete heavy workloads
☆213Updated 2 years ago
Alternatives and similar repositories for HashMap
Users that are interested in HashMap are comparing it to the libraries listed below
Sorting:
- An implementation of Seqlock in C++11☆232Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆184Updated 2 months ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- A disruptor thread-synchronisation data structure for C++11.☆148Updated 2 years ago
- C++ implementation of a memory efficient hash map and hash set☆366Updated 2 months ago
- c++ wrapper around libpapi☆90Updated 8 years ago
- A feature complete LRU cache implementation in C++☆262Updated 6 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆226Updated 2 years ago
- C++17 inplace_string implementation☆97Updated 7 years ago
- Experimental C++11 version of sparsehash☆294Updated 3 years ago
- C++14 cache friendly B-heap priority queue☆109Updated 3 months ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆130Updated 2 years ago
- A High-Performance Work-Stealing Queue for C++☆331Updated this week
- A STL allocator that mmaps files☆254Updated 4 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆629Updated 5 months ago
- ☆64Updated 7 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- A highly optimized single producer single consumer message queue C++ template☆280Updated 3 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆233Updated 4 years ago
- Ultra fast C++11 allocator for STL containers.☆274Updated 4 years ago
- Our open source benchmarks and code samples☆193Updated 2 months ago
- Effective Memory Reclamation☆63Updated 5 years ago
- C++ serializers benchmark with realistic data☆126Updated 2 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆158Updated 5 months ago
- generic stack-based container☆110Updated 7 years ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆765Updated 2 months ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆184Updated 12 years ago
- Automatically exported from code.google.com/p/relacy☆244Updated 4 months ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 7 years ago