renzibei / fph-tableLinks
Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup
☆47Updated 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☆50Updated last year
- ☆44Updated 4 years ago
- Light, fast, threadpool for C++20☆104Updated 2 years ago
- Concurrent Hash Table☆32Updated last month
- Compact SVO optimized vector for C++17 or higher☆108Updated last year
- 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
- fast prime sieve and hash algorithm☆38Updated last month
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆29Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last year
- 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
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆34Updated 7 years ago
- The seq library is a collection of original C++17 STL-like containers and related tools☆99Updated 3 weeks ago
- Polymorphic memory resource for real-time applications.☆73Updated 2 years ago
- For details, see the blog post:☆33Updated last year
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- Greg's Template Library of useful classes.☆223Updated last month
- Comprehensive benchmarks of C++ maps☆314Updated 2 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆129Updated 2 years ago
- C++20 Static Branch library☆68Updated 4 months ago
- Standalone version of the boost::unordered library☆28Updated 2 months ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆68Updated 2 months ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 6 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…☆158Updated 2 months ago
- SIMD (SSE) string functions☆102Updated 8 years ago
- A benchmark for hash tables and hash functions in C++, evaluate on different data as comprehensively as possible☆22Updated 6 months ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- EDSL for C++ to make just-in-time code generation easier☆85Updated 2 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- B++ Tree☆69Updated last year