rigtorp / HashMap
An open addressing linear probing hash table, tuned for delete heavy workloads
☆200Updated last year
Related projects ⓘ
Alternatives and complementary repositories for HashMap
- Comprehensive benchmarks of C++ maps☆300Updated last year
- An implementation of Seqlock in C++11☆189Updated 3 months ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆176Updated last month
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆125Updated 3 years ago
- A disruptor thread-synchronisation data structure for C++11.☆119Updated last year
- C++ implementation of a memory efficient hash map and hash set☆335Updated last month
- C++17 inplace_string implementation☆93Updated 6 years ago
- A highly optimized single producer single consumer message queue C++ template☆249Updated 2 years ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆728Updated last month
- A fast work-stealing queue template in C++☆295Updated 9 months ago
- A concurrent thread-safe hash map implemented in C++☆145Updated last year
- A STL allocator that mmaps files☆242Updated 3 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆488Updated 11 months ago
- generic stack-based container☆105Updated 6 years ago
- Experimental C++11 version of sparsehash☆287Updated 2 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆85Updated last year
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆112Updated 6 years ago
- Ultra fast C++11 allocator for STL containers.☆274Updated 2 years ago
- ☆104Updated 9 months ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆913Updated 10 months ago
- A feature complete LRU cache implementation in C++☆237Updated 4 years ago
- C++14 cache friendly B-heap priority queue☆104Updated 3 years ago
- Greg's Template Library of useful classes.☆123Updated 2 weeks ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆215Updated 3 years ago
- A low overhead nanosecond clock based on x86 TSC☆287Updated 2 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 5 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆51Updated 8 years ago
- Modern C++ B-tree containers☆264Updated last year
- C++ framework for rapid server development☆76Updated 9 months ago
- std::bitset with constexpr implementations plus additional features.☆117Updated last year