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
- 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
- Experimental JSON builder based on C++ reflection☆55Updated this week
- Header-only C++17 library for evaluating logical expressions.☆87Updated 3 years ago
- C++ interface to CPU affinity management☆30Updated 7 years ago
- A fast C++ dynamic_cast<> alternative.☆33Updated 4 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
- Fast and simple C++ serializer☆35Updated 3 years ago
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆47Updated 3 weeks ago
- A tagged-pointer type for C++.☆37Updated 2 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years 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
- A simple replacement for std::unordered_map☆50Updated last year
- Boost.Mustache☆10Updated 2 years ago
- Heap allocation free version of C++11 std::function☆59Updated 4 years ago
- A C++ stream using LZ4 (de)compression☆39Updated 3 years ago
- C++ library for incremental computing☆23Updated 3 years ago
- Performance profiling of JSON libraries☆28Updated 4 months ago
- Memory alignment wrappers, useful for avoiding false sharing☆41Updated 9 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆35Updated 3 months ago
- Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set☆37Updated last month
- A simple cross-platform speed & memory-efficiency benchmark for the most common hash-table implementations in the C++ world☆12Updated 2 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆36Updated 4 years ago
- JSON Serializer using compile time reflection☆20Updated 2 years ago
- A C11 implementation of D. Vyukov MPSC queue☆32Updated 2 years ago
- Mathematical Expression Parser and JIT Compiler☆148Updated 3 weeks ago
- A collection of bit manipulation routines for C++☆21Updated 12 years ago
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆11Updated 7 years ago