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:
- High performance templated AVL tree using a fixed size array. Extensive test suite passing.☆50Updated 3 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆29Updated last year
- Header-only C++17 library for evaluating logical expressions.☆87Updated 3 years ago
- C++ interface to CPU affinity management☆30Updated 7 years ago
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆47Updated 2 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
- Experimental JSON builder based on C++ reflection☆54Updated 3 months ago
- C++ Binary Fixed-Point Arithmetic☆10Updated 7 years 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 last month
- The Fancy Named Parameters Library☆34Updated last month
- C++17 inplace_string implementation☆97Updated 7 years ago
- Depth C++ library☆10Updated 6 years ago
- A compiler-friendly variadic type list for C++.☆37Updated 2 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆35Updated 3 months ago
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆46Updated 9 months ago
- Fast integer to string and string to integer conversion functions☆23Updated 2 years ago
- Heap allocation free version of C++11 std::function☆57Updated 4 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last year
- A C++ library for integer array compression☆29Updated 3 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- A fast C++ dynamic_cast<> alternative.☆33Updated 4 years ago
- Boost.Mustache☆10Updated 2 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆33Updated 8 years ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆158Updated 3 months ago
- C++20 Memory Allocator library☆36Updated 5 months ago
- Read-Compile-Run-Loop: tiny and powerful interactive C++ compiler (REPL)☆20Updated 4 years ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- Compact SVO optimized vector for C++17 or higher☆108Updated last year
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆14Updated 2 years ago