renzibei / fph-tableLinks
Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup
☆45Updated 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
- Compact SVO optimized vector for C++17 or higher☆106Updated last year
- Concurrent Hash Table☆31Updated last month
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆29Updated 10 months ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆179Updated 11 months ago
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆68Updated 4 years ago
- fast prime sieve and hash algorithm☆38Updated 2 months ago
- The seq library is a collection of original C++14 STL-like containers and related tools☆90Updated 2 weeks ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- B++ Tree☆68Updated last year
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆32Updated 7 years ago
- ☆44Updated 4 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆67Updated last month
- Greg's Template Library of useful classes.☆214Updated last week
- Computes a constexpr (minimal) perfect hash function☆35Updated 6 years ago
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆122Updated last month
- 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 week
- C++ serializers benchmark with realistic data☆125Updated 2 years ago
- Single-header library facilities for C++2a Coroutines☆80Updated 3 years ago
- Provides a bit-vector, an optimized replacement of the infamous std::vector<ool>. In addition to the bit-vector, the library also pro…☆74Updated last year
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated last year
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆157Updated last month
- A low-latency LRU approximation cache in C++ using CLOCK second-chance algorithm. Multi level cache too. Up to 2.5 billion lookups per se…☆72Updated last year
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- Polymorphic memory resource for real-time applications.☆71Updated 2 years ago
- Concurrent Deferred Reference Counting☆166Updated last year
- Fast multi-threaded memory allocator☆79Updated 5 years ago
- A High-Performance JIT-Based C++ Expression/Script Execution Engine with SIMD Vectorization Support☆91Updated 2 months ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago