Jiwan / dense_hash_mapLinks
A simple replacement for std::unordered_map
☆50Updated last year
Alternatives and similar repositories for dense_hash_map
Users that are interested in dense_hash_map are comparing it to the libraries listed below
Sorting:
- C++20 Static Branch library☆65Updated 3 months ago
- Compact SVO optimized vector for C++17 or higher☆108Updated last year
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆34Updated 7 years ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆63Updated 7 months ago
- Boost.org unordered module☆78Updated this week
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆46Updated 2 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 6 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆181Updated 3 months ago
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆42Updated last month
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- fast prime sieve and hash algorithm☆38Updated 2 weeks ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆180Updated 11 months ago
- Polymorphic memory resource for real-time applications.☆73Updated 2 years ago
- Core abstractions for dealing with concurrency in C++☆67Updated last year
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆128Updated 2 months ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆129Updated 2 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆29Updated 11 months ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆157Updated 2 months ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆199Updated last year
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆150Updated 4 years ago
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆68Updated 10 months ago
- C++14 code to convert integers to strings at compile-time☆120Updated 8 months ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆67Updated 2 months ago
- The Fancy Named Parameters Library☆34Updated last month
- B++ Tree☆69Updated last year
- The seq library is a collection of original C++17 STL-like containers and related tools☆99Updated last week