Daskie / qc-hashLinks
(Legacy) Extremely fast unordered map and set library for C++20
☆11Updated 2 years ago
Alternatives and similar repositories for qc-hash
Users that are interested in qc-hash are comparing it to the libraries listed below
Sorting:
- A C++ data container replicating std::queue functionality but with better performance.☆35Updated 3 months ago
- fast prime sieve and hash algorithm☆38Updated 2 months ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆20Updated 4 years ago
- Container Traits for Modern C++☆30Updated 5 years ago
- Highly composable C++17 template meta programming library☆40Updated 6 years ago
- A concise and readable metaprogramming language for C++☆61Updated 5 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- C++20 for flag enums☆27Updated 5 years ago
- Some library components that didn't quite fit anywhere else...☆36Updated last month
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆68Updated 3 months ago
- Virtual memory based containers☆42Updated 3 years ago
- A fixed capacity dynamically sized string☆68Updated this week
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- Compact SVO optimized vector for C++17 or higher☆109Updated last year
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆17Updated last year
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆34Updated 7 years ago
- The Fancy Named Parameters Library☆36Updated 2 weeks ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆41Updated 3 years ago
- C++ double-to-string conversion benchmark☆17Updated 3 months ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆36Updated 4 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…☆42Updated 2 months ago
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆20Updated 3 months ago
- High performance multithreading toolkit for C++17☆47Updated last week
- Boost.org unordered module☆85Updated 2 weeks ago
- A lock-free multithreaded job system made using C++20 coroutines and atomic operations.☆36Updated 2 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- World's fastest integer to ASCII conversion, C++14 template meta-programming implementation, any size integer 8,16,32,64-bit, signed or u…☆27Updated 9 years ago
- String facilities for C++98 and later - a library in search of its identity. Note: renamed from string-lite to make place for string-bare…☆25Updated last month
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆14Updated 2 years ago
- Null-termination-aware string-view class for C++☆26Updated 3 months ago