rigtorp / HashMapLinks
An open addressing linear probing hash table, tuned for delete heavy workloads
☆209Updated last year
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☆219Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆179Updated 10 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 4 years ago
- Comprehensive benchmarks of C++ maps☆311Updated 2 years ago
- A disruptor thread-synchronisation data structure for C++11.☆131Updated 2 years ago
- C++ implementation of a memory efficient hash map and hash set☆357Updated 10 months ago
- A feature complete LRU cache implementation in C++☆255Updated 5 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆186Updated last year
- c++ wrapper around libpapi☆76Updated 7 years ago
- A fast work-stealing queue template in C++☆315Updated last year
- A STL allocator that mmaps files☆248Updated 4 years ago
- C++17 inplace_string implementation☆97Updated 6 years ago
- C++14 cache friendly B-heap priority queue☆105Updated 4 years ago
- Ultra fast C++11 allocator for STL containers.☆274Updated 3 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆128Updated 2 years ago
- Experimental C++11 version of sparsehash☆291Updated 2 years ago
- generic stack-based container☆107Updated 7 years ago
- C++ serializers benchmark with realistic data☆125Updated 2 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆600Updated this week
- A highly optimized single producer single consumer message queue C++ template☆268Updated 2 years ago
- A concurrent thread-safe hash map implemented in C++☆144Updated 2 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆226Updated 3 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 8 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆155Updated 2 weeks ago
- Git mirror of the official (mercurial) repository of cpp-btree☆75Updated 11 years ago
- C++ micro benchmark library☆97Updated 8 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- Working basic prototype of variadic template based logging☆39Updated 8 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago