rigtorp / HashMapLinks
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
Sorting:
- An implementation of Seqlock in C++11☆210Updated 10 months ago
- Comprehensive benchmarks of C++ maps☆309Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 8 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.☆127Updated 2 years ago
- C++14 cache friendly B-heap priority queue☆105Updated 4 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆587Updated 2 months ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆742Updated 8 months ago
- C++ implementation of a memory efficient hash map and hash set☆349Updated 8 months ago
- C++17 inplace_string implementation☆95Updated 6 years ago
- Experimental C++11 version of sparsehash☆290Updated 2 years ago
- A fast work-stealing queue template in C++☆307Updated last year
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆175Updated last year
- A highly optimized single producer single consumer message queue C++ template☆261Updated 2 years ago
- A feature complete LRU cache implementation in C++☆252Updated 5 years ago
- Lightweight structured concurrency for C++20☆125Updated 2 weeks ago
- generic stack-based container☆106Updated 7 years ago
- A low overhead nanosecond clock based on x86 TSC☆328Updated 3 months ago
- A header-only C++ library for task concurrency☆628Updated 2 years ago
- Header-only library for multithreaded programming☆233Updated 2 months ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆997Updated last year
- 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
- Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.☆497Updated last year
- Concurrent Deferred Reference Counting☆165Updated last year
- A STL allocator that mmaps files☆247Updated 4 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆65Updated 8 months ago
- c++ wrapper around libpapi☆69Updated 7 years ago
- Ultra fast C++11 allocator for STL containers.☆273Updated 3 years ago
- Code for the talk, "Allocators: the Good Parts", at CppCon2017☆62Updated 7 years ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆154Updated 2 months ago