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:
- Light, fast, threadpool for C++20☆109Updated 2 years ago
- Polymorphic memory resource for real-time applications.☆74Updated 2 years ago
- Compact SVO optimized vector for C++17 or higher☆112Updated last year
- C++20 Static Branch library☆94Updated 6 months ago
- Boost.org unordered module☆86Updated 2 weeks ago
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆49Updated 2 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆30Updated last year
- The seq library is a collection of original C++17 STL-like containers and related tools☆101Updated last month
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- Sample implementation of C++20 atomic_wait/notify☆62Updated 6 years ago
- Standalone version of the boost::unordered library☆31Updated 4 months ago
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆79Updated 3 weeks ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆43Updated 4 months ago
- a small lightweight std::execution work-alike☆65Updated 9 months ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆68Updated last month
- Core abstractions for dealing with concurrency in C++☆69Updated last year
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 4 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated this week
- benchmark for various C++ function implementations; focus on invocation time☆97Updated 6 years ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆158Updated 4 years ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆165Updated 5 months ago
- A C++ data container replicating std::queue functionality but with better performance.☆37Updated 5 months ago
- C++20 Value-oriented Metaprogramming Library☆25Updated last month
- ☆50Updated 8 years ago
- B++ Tree☆70Updated last year
- A fixed capacity dynamically sized string☆69Updated last week
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆70Updated 5 months ago
- Async (co_await/co_return) code for c++. This is a base library providing building blocks.☆98Updated 4 months ago