gsauthof / phashtable
Perfect Hash Table C/C++ Library
☆14Updated 4 years ago
Alternatives and similar repositories for phashtable:
Users that are interested in phashtable are comparing it to the libraries listed below
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆33Updated 5 months ago
- C++20 SIMD Within A Register library☆30Updated 7 months ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆14Updated 11 months ago
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆41Updated 2 months ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆28Updated 6 months ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- C++ interface to CPU affinity management☆30Updated 6 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆32Updated 7 years ago
- A fast C++ dynamic_cast<> alternative.☆32Updated 4 years ago
- For details, see the blog post:☆32Updated last year
- Compact SVO optimized vector for C++17 or higher☆102Updated 10 months ago
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Updated 7 months ago
- A C++ data container replicating std::queue functionality but with better performance.☆33Updated last month
- A header only structure of arrays container for C++☆41Updated last year
- C++ Binary Fixed-Point Arithmetic☆9Updated 6 years ago
- The Fancy Named Parameters Library☆31Updated 2 weeks ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆30Updated 6 years ago
- SIMD-enabled descriptive statistics (mean, variance, covariance, correlation)☆18Updated 7 months ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆22Updated 5 years ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆26Updated last year
- 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
- Extremely fast x86 / AVX2 assembly implementations of common operations for linear arrays: checking whether array contains element, findi…☆37Updated 3 years ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆40Updated 2 years 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 11 months ago
- Fast integer to string and string to integer conversion functions☆21Updated last year
- Boost.Scope, a collection of scope guard utilities.☆14Updated 2 weeks ago
- Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set☆35Updated last month
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago