rigtorp / HashMap
An open addressing linear probing hash table, tuned for delete heavy workloads
☆204Updated last year
Alternatives and similar repositories for HashMap:
Users that are interested in HashMap are comparing it to the libraries listed below
- An implementation of Seqlock in C++11☆208Updated 8 months ago
- Comprehensive benchmarks of C++ maps☆307Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 6 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.☆126Updated last year
- C++ implementation of a memory efficient hash map and hash set☆344Updated 6 months ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆575Updated 3 weeks ago
- C++17 inplace_string implementation☆95Updated 6 years ago
- C++14 cache friendly B-heap priority queue☆103Updated 3 years ago
- Code for the talk, "Allocators: the Good Parts", at CppCon2017☆62Updated 7 years ago
- A fast work-stealing queue template in C++☆305Updated last year
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆168Updated last year
- generic stack-based container☆106Updated 7 years ago
- A highly optimized single producer single consumer message queue C++ template☆261Updated 2 years ago
- c++ wrapper around libpapi☆66Updated 7 years ago
- C++ micro benchmark library☆94Updated 8 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆151Updated last year
- Header-only library for multithreaded programming☆234Updated 3 weeks ago
- Automatically exported from code.google.com/p/relacy☆217Updated 7 months ago
- Ultra fast C++11 allocator for STL containers.☆273Updated 3 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- A STL allocator that mmaps files☆246Updated 3 years ago
- A low overhead nanosecond clock based on x86 TSC☆319Updated 2 months ago
- Boost.Lockfree☆132Updated last week
- Lightweight structured concurrency for C++20☆117Updated 3 weeks ago
- Our open source benchmarks and code samples☆190Updated 2 weeks ago
- Experimental C++11 version of sparsehash☆290Updated 2 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
- Component-Model Framework in C++☆44Updated 9 years ago
- userland threads☆476Updated last week