rigtorp / HashMap
An open addressing linear probing hash table, tuned for delete heavy workloads
☆205Updated last year
Alternatives and similar repositories for HashMap:
Users that are interested in HashMap are comparing it to the libraries listed below
- Comprehensive benchmarks of C++ maps☆309Updated 2 years ago
- An implementation of Seqlock in C++11☆208Updated 9 months ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 7 months ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆577Updated last month
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- C++ implementation of a memory efficient hash map and hash set☆347Updated 7 months ago
- A fast work-stealing queue template in C++☆306Updated last year
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆170Updated last year
- A highly optimized single producer single consumer message queue C++ template☆261Updated 2 years ago
- A disruptor thread-synchronisation data structure for C++11.☆126Updated last year
- C++17 inplace_string implementation☆95Updated 6 years ago
- Ultra fast C++11 allocator for STL containers.☆273Updated 3 years ago
- Header-only library for multithreaded programming☆234Updated last month
- 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++ implementation of a fast hash map and hash set using hopscotch hashing☆740Updated 7 months ago
- A STL allocator that mmaps files☆247Updated 4 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆174Updated 12 years ago
- C++ micro benchmark library☆94Updated 8 years ago
- generic stack-based container☆106Updated 7 years ago
- Experimental C++11 version of sparsehash☆290Updated 2 years ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆988Updated last year
- C++ library for executors☆503Updated 8 years ago
- A micro microbenchmarking library for C++11 in a single header file☆217Updated last month
- A concurrent thread-safe hash map implemented in C++☆145Updated last year
- Fast and memory efficient c++ flat hash map/set☆597Updated 3 weeks ago
- A header-only C++ library for task concurrency☆625Updated last year
- ☆63Updated 6 years ago
- Boost.Coroutine2☆133Updated 3 weeks ago
- Code for the talk, "Allocators: the Good Parts", at CppCon2017☆62Updated 7 years ago
- C++14 cache friendly B-heap priority queue☆104Updated 4 years ago