Jiwan / dense_hash_mapLinks
A simple replacement for std::unordered_map
☆51Updated 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:
- Compact SVO optimized vector for C++17 or higher☆106Updated last year
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆44Updated last year
- C++20 Static Branch library☆60Updated 2 months ago
- Polymorphic memory resource for real-time applications.☆71Updated 2 years ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆64Updated 8 months ago
- Boost.org unordered module☆75Updated last month
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆121Updated 3 weeks ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- The seq library is a collection of original C++14 STL-like containers and related tools☆90Updated this week
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆63Updated 6 months ago
- Some library components that didn't quite fit anywhere else...☆37Updated 11 months ago
- ☆49Updated 7 years ago
- Core abstractions for dealing with concurrency in C++☆66Updated last year
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆186Updated last year
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆67Updated 3 weeks ago
- C++14 code to convert integers to strings at compile-time☆120Updated 7 months ago
- DR3 enables users to write vectorised code using generic lambdas and filters. Switch instruction set just by changing enclosing namespace…☆35Updated 5 months ago
- A Fast and Convenient C++ Logging Library for Low-latency or Real-time Environments☆52Updated last month
- Container Traits for Modern C++☆29Updated 4 years ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆142Updated last year
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆128Updated 2 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆181Updated 2 months ago
- A micro microbenchmarking library for C++11 in a single header file☆224Updated last month
- Header-only C++17 library for evaluating logical expressions.☆85Updated 3 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 weeks ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago