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 C++ library providing various concurrent data structures and reclamation schemes.☆627Updated 4 months ago
- A fast work-stealing queue template in C++☆330Updated last week
- Fast and memory efficient c++ flat hash table/map/set☆664Updated last month
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆765Updated last month
- An open addressing linear probing hash table, tuned for delete heavy workloads☆211Updated 2 years ago
- Concurrent Deferred Reference Counting☆173Updated last year
- Greg's Template Library of useful classes.☆248Updated 3 weeks ago
- Ultra fast C++11 allocator for STL containers.☆274Updated 3 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆219Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆184Updated last month
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆792Updated last week
- A STL allocator that mmaps files☆254Updated 4 years ago
- Experimental C++11 version of sparsehash☆294Updated 3 years ago
- Lightweight structured concurrency for C++20☆155Updated last week
- ☆128Updated 2 years ago
- An implementation of Seqlock in C++11☆231Updated last year
- std::simd for GCC [ISO/IEC TS 19570:2018]☆632Updated 2 years ago
- TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers☆441Updated 11 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- 🚀 Fast C/C++ bit population count library☆358Updated last year
- A micro microbenchmarking library for C++11 in a single header file☆225Updated 2 weeks ago
- Modern C++ B-tree containers☆279Updated 2 years ago
- C++11 metaprogramming library☆279Updated 2 weeks ago
- A fast, simple tuple implementation that implements tuple as an aggregate☆226Updated last year
- C++ cache with LRU/LFU/FIFO policies implementation☆376Updated 3 months ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆592Updated 5 months ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆72Updated last month
- C++20 [Minimal] Static Perfect Hash library☆245Updated 5 months ago
- A feature complete LRU cache implementation in C++☆261Updated 6 years ago