renzibei / fph-tableLinks
Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup
☆44Updated last year
Alternatives and similar repositories for fph-table
Users that are interested in fph-table are comparing it to the libraries listed below
Sorting:
- A simple replacement for std::unordered_map☆51Updated last year
- ☆44Updated 4 years ago
- Compact SVO optimized vector for C++17 or higher☆106Updated last year
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆28Updated 10 months ago
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- Concurrent Hash Table☆31Updated 3 weeks ago
- fast prime sieve and hash algorithm☆38Updated 2 months ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆67Updated 3 weeks 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
- C++ components used in the project https://github.com/rnburn/bbai☆52Updated last year
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆68Updated 4 years ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- A High-Performance JIT-Based C++ Expression/Script Execution Engine with SIMD Vectorization Support☆91Updated last month
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆32Updated 8 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- Fast multi-threaded memory allocator☆79Updated 5 years ago
- Greg's Template Library of useful classes.☆208Updated last week
- B++ Tree☆68Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆179Updated 10 months ago
- A benchmark for hash tables and hash functions in C++, evaluate on different data as comprehensively as possible☆20Updated 4 months ago
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆64Updated 8 months ago
- Unique-ownership smart pointers with observable lifetime.☆37Updated 3 months ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- For details, see the blog post:☆32Updated last year
- Polymorphic memory resource for real-time applications.☆71Updated 2 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…☆156Updated 3 weeks ago