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:
- Light, fast, threadpool for C++20☆109Updated 2 years ago
- Compact SVO optimized vector for C++17 or higher☆111Updated last year
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆48Updated 2 years ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- C++20 Static Branch library☆70Updated 6 months ago
- Boost.org unordered module☆86Updated 3 weeks ago
- Polymorphic memory resource for real-time applications.☆73Updated 2 years ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆66Updated last week
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆30Updated last year
- Container Traits for Modern C++☆30Updated 5 years ago
- The seq library is a collection of original C++17 STL-like containers and related tools☆101Updated 3 weeks ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆36Updated 7 years ago
- Sample implementation of C++20 atomic_wait/notify☆61Updated 6 years ago
- benchmark for various C++ function implementations; focus on invocation time☆96Updated 6 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆156Updated 4 years ago
- Standalone version of the boost::unordered library☆30Updated 4 months ago
- C++ small containers☆148Updated 7 months ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆217Updated 2 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆70Updated this week
- Core abstractions for dealing with concurrency in C++☆68Updated last year
- C++17 inplace_string implementation☆97Updated 7 years ago
- C++ serializers benchmark with realistic data☆127Updated 2 years ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆146Updated last year
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- Some library components that didn't quite fit anywhere else...☆36Updated 2 weeks ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆161Updated 4 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 3 months ago
- C++14 code to convert integers to strings at compile-time☆121Updated 11 months ago