gsauthof / phashtableLinks
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
Sorting:
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆46Updated 8 months ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆33Updated 8 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- Benchmarks for our memory allocator☆69Updated last year
- Experimental JSON builder based on C++ reflection☆53Updated 2 months ago
- C++20 SIMD Within A Register library☆42Updated 4 months ago
- Header-only C++17 library for evaluating logical expressions.☆85Updated 3 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆54Updated last year
- C++ interface to CPU affinity management☆30Updated 7 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆29Updated 11 months ago
- Heap allocation free version of C++11 std::function☆57Updated 3 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆67Updated 2 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 last month
- C++17 inplace_string implementation☆97Updated 7 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- Wicked fast, thread safe in-memory key/object store for C++☆12Updated 8 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 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 2 months ago
- A fast C++ dynamic_cast<> alternative.☆33Updated 4 years ago
- EDSL for C++ to make just-in-time code generation easier☆85Updated 2 years ago
- Fast multi-threaded memory allocator☆79Updated 5 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆168Updated 6 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 2 months ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆41Updated 3 years ago
- Memory alignment wrappers, useful for avoiding false sharing☆41Updated 9 years ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- For details, see the blog post:☆32Updated last year
- High performance templated AVL tree using a fixed size array. Extensive test suite passing.☆50Updated 3 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago