rigtorp / HashMapLinks
An open addressing linear probing hash table, tuned for delete heavy workloads
☆210Updated 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☆223Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last year
- Comprehensive benchmarks of C++ maps☆314Updated 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.☆138Updated 2 years ago
- C++ implementation of a memory efficient hash map and hash set☆362Updated 2 weeks ago
- C++17 inplace_string implementation☆97Updated 7 years ago
- A fast work-stealing queue template in C++☆321Updated last year
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆203Updated last year
- c++ wrapper around libpapi☆80Updated 7 years ago
- A feature complete LRU cache implementation in C++☆257Updated 5 years ago
- C++14 cache friendly B-heap priority queue☆106Updated 2 weeks ago
- A highly optimized single producer single consumer message queue C++ template☆275Updated 3 years ago
- A STL allocator that mmaps files☆252Updated 4 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆611Updated last month
- Experimental C++11 version of sparsehash☆292Updated 2 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- Ultra fast C++11 allocator for STL containers.☆273Updated 3 years ago
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- ☆64Updated 6 years ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆759Updated last year
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆129Updated 2 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆156Updated 2 months ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆228Updated 3 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- generic stack-based container☆109Updated 7 years ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 6 years ago
- C++ micro benchmark library☆97Updated 8 years ago
- Our open source benchmarks and code samples☆193Updated 2 months ago
- C++ serializers benchmark with realistic data☆125Updated 2 years ago