Daskie / qc-hash
(Legacy) Extremely fast unordered map and set library for C++20
☆11Updated last year
Alternatives and similar repositories for qc-hash:
Users that are interested in qc-hash are comparing it to the libraries listed below
- C++20 SIMD Within A Register library☆31Updated this week
- Container Traits for Modern C++☆29Updated 4 years ago
- C++20 for flag enums☆27Updated 4 years ago
- An Array Mapped Tree implementation☆10Updated 4 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆15Updated last year
- CPP20 implementation of a 16-bit floating-point type mimicking most of the IEEE 754 behavior. Single file and header-only.☆41Updated last year
- Collection of ktl header libraries - small C++20 wrapper utilities☆11Updated 2 years ago
- C++ static vector class template. Also might be known as fixed vector or on-stack vector.☆14Updated 2 years ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- Single Header Constexpr Circular Queue☆18Updated 4 years ago
- A lock-free multithreaded job system made using C++20 coroutines and atomic operations.☆33Updated 2 years ago
- The Fancy Named Parameters Library☆31Updated this week
- A C++20 serialization library (cereal fork)☆29Updated 2 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆18Updated 3 years ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆40Updated 2 years ago
- ☆26Updated 5 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆27Updated 6 months ago
- C++ Binary Fixed-Point Arithmetic☆9Updated 6 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- Null-termination-aware string-view class for C++☆25Updated last year
- Low memory overhead allocator☆29Updated 5 months ago
- A simple cross-platform speed & memory-efficiency benchmark for the most common hash-table implementations in the C++ world☆11Updated 2 years ago
- <charconv> from Microsoft STL, but multi-platform☆37Updated 3 weeks ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆65Updated last month
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆33Updated 6 months ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆33Updated last month
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆20Updated last year
- A C++ library for integer array compression☆29Updated 3 years ago
- Experimental JSON builder based on C++ reflection☆50Updated last month