renzibei / fph-tableLinks
Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup
☆49Updated 2 years ago
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
- Concurrent Hash Table☆38Updated 2 months ago
- ☆45Updated 5 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆185Updated 3 months ago
- Compact SVO optimized vector for C++17 or higher☆113Updated last year
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆30Updated last year
- fast prime sieve and hash algorithm☆39Updated 5 months ago
- Standalone version of the boost::unordered library☆35Updated 6 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…☆43Updated 5 months ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆70Updated 5 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆36Updated 7 years ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- Benchmarks for our memory allocator☆70Updated 2 years ago
- Light, fast, threadpool for C++20☆112Updated 2 years ago
- Fast multi-threaded memory allocator☆79Updated 6 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆132Updated 2 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆214Updated 2 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 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…☆166Updated this week
- C++20 Static Branch library☆96Updated 8 months ago
- A benchmark for hash tables and hash functions in C++, evaluate on different data as comprehensively as possible☆25Updated 10 months ago
- For details, see the blog post:☆35Updated 2 years ago
- Effective Memory Reclamation☆63Updated 6 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 6 years ago
- A High-Performance JIT-Based C++ Expression/Script Execution Engine with SIMD Vectorization Support☆99Updated 3 months ago
- Provides a bit-vector, an optimized replacement of the infamous std::vector<ool>. In addition to the bit-vector, the library also pro…☆73Updated last year
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- EDSL for C++ to make just-in-time code generation easier☆88Updated 2 years ago
- SIMD (SSE) string functions☆103Updated 8 years ago
- C++ serializers benchmark with realistic data☆127Updated 3 years ago