martinus / map_benchmarkLinks
Comprehensive benchmarks of C++ maps
☆316Updated 2 years ago
Alternatives and similar repositories for map_benchmark
Users that are interested in map_benchmark are comparing it to the libraries listed below
Sorting:
- C++ implementation of a memory efficient hash map and hash set☆366Updated last month
- A fast work-stealing queue template in C++☆327Updated last year
- A C++ library providing various concurrent data structures and reclamation schemes.☆625Updated 4 months ago
- Fast and memory efficient c++ flat hash table/map/set☆662Updated 3 weeks ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆217Updated 2 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆211Updated 2 years ago
- Concurrent Deferred Reference Counting☆172Updated last year
- Ultra fast C++11 allocator for STL containers.☆274Updated 3 years ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆764Updated last month
- Greg's Template Library of useful classes.☆235Updated 2 weeks ago
- An implementation of Seqlock in C++11☆229Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last month
- A micro microbenchmarking library for C++11 in a single header file☆226Updated 5 months ago
- TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers☆440Updated 11 months ago
- Modern C++ B-tree containers☆276Updated 2 years ago
- A STL allocator that mmaps files☆253Updated 4 years ago
- Experimental C++11 version of sparsehash☆294Updated 3 years ago
- ☆128Updated 2 years ago
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆782Updated 9 months ago
- Microbenchmarking for Modern C++☆230Updated 5 years ago
- std::simd for GCC [ISO/IEC TS 19570:2018]☆631Updated 2 years ago
- 🚀 Fast C/C++ bit population count library☆355Updated last year
- Lightweight structured concurrency for C++20☆152Updated last week
- ☆146Updated last month
- A proposal for a executor programming model for ISO C++☆141Updated 5 years ago
- A fast, simple tuple implementation that implements tuple as an aggregate☆226Updated last year
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆590Updated 4 months ago
- C++20 [Minimal] Static Perfect Hash library☆243Updated 4 months ago
- Lightweight recording and sampling of performance counters for specific code segments directly from your C++ application.☆160Updated 3 weeks ago