martinus / unordered_denseLinks
A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion
☆1,079Updated 4 months ago
Alternatives and similar repositories for unordered_dense
Users that are interested in unordered_dense are comparing it to the libraries listed below
Sorting:
- Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20☆1,567Updated 2 years ago
- C++ implementation of a fast hash map and hash set using robin hood hashing☆1,347Updated 2 months ago
- Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20☆1,550Updated 7 months ago
- Fast and memory efficient c++ flat hash map/set☆602Updated last month
- std::simd for GCC [ISO/IEC TS 19570:2018]☆617Updated 2 years ago
- Expressive Vector Engine - SIMD in C++ Goes Brrrr☆1,198Updated this week
- A lightweight C++20 serialization and RPC library☆848Updated last month
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆742Updated 8 months ago
- a header-only, constexpr alternative to gperf for C++14 users☆1,419Updated 2 months ago
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆2,021Updated last week
- P1031 low level file i/o and filesystem library for the C++ standard☆946Updated this week
- scanf for modern C++☆1,182Updated this week
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆703Updated 2 months ago
- C++14 lock-free queue.☆1,657Updated 3 weeks ago
- Comprehensive benchmarks of C++ maps☆309Updated 2 years ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆997Updated last year
- A bounded multi-producer multi-consumer concurrent queue written in C++11