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☆235Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆185Updated 3 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- C++ implementation of a memory efficient hash map and hash set☆366Updated 2 months ago
- A disruptor thread-synchronisation data structure for C++11.☆149Updated 2 years ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- c++ wrapper around libpapi☆92Updated 8 years ago
- C++17 inplace_string implementation☆98Updated 7 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆229Updated 2 years ago
- C++14 cache friendly B-heap priority queue☆109Updated 4 months ago
- A STL allocator that mmaps files☆254Updated 4 years ago
- A High-Performance Work-Stealing Queue for C++☆333Updated 3 weeks ago
- A feature complete LRU cache implementation in C++☆264Updated 6 years ago
- Ultra fast C++11 allocator for STL containers.☆273Updated 4 years ago
- A highly optimized single producer single consumer message queue C++ template☆282Updated 3 years 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
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆131Updated 2 years ago
- generic stack-based container☆110Updated 7 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆632Updated 5 months ago
- Experimental C++11 version of sparsehash☆294Updated 3 years ago
- ☆63Updated 7 years ago
- C++ standard library features, "from scratch"☆193Updated last year
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- Fast integer to string and string to integer conversion functions☆24Updated 2 years ago
- C++ development framework for building reliable cache-friendly distributed and concurrent multicore software☆68Updated 6 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆80Updated 11 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆160Updated 6 months ago
- A concurrent thread-safe hash map implemented in C++☆149Updated 2 years ago
- C++ micro benchmark library☆98Updated 8 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago