cmuparlay / parlayhashLinks
Concurrent Hash Table
☆31Updated 2 weeks ago
Alternatives and similar repositories for parlayhash
Users that are interested in parlayhash are comparing it to the libraries listed below
Sorting:
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆46Updated 2 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆128Updated 2 years ago
- Compact SVO optimized vector for C++17 or higher☆107Updated 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
- A header only structure of arrays container for C++☆41Updated 2 years ago
- Boost.org unordered module☆77Updated last week
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆179Updated 11 months ago
- This is a header only library offering a variety of dynamically growing concurrent hash tables. That all work by dynamically migrating th…☆112Updated 8 months ago
- Comprehensive benchmarks of C++ maps☆311Updated 2 years ago
- Polymorphic memory resource for real-time applications.☆72Updated 2 years ago
- a small lightweight std::execution work-alike☆65Updated 5 months ago
- B++ Tree☆68Updated last year
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆36Updated 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 3 weeks ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆32Updated 7 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
- Lightweight recording and sampling of performance counters for specific code segments directly from your C++ application.☆136Updated last week
- The seq library is a collection of original C++14 STL-like containers and related tools☆90Updated 3 weeks ago
- A fast work-stealing queue template in C++☆319Updated last year
- C++ serializers benchmark with realistic data☆124Updated 2 years ago
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- C++14 cache friendly B-heap priority queue☆106Updated 4 years ago
- Greg's Template Library of useful classes.☆214Updated 2 weeks ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆209Updated last year
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆29Updated 11 months ago
- C++ implementation of a memory efficient hash map and hash set☆362Updated 11 months ago
- A High-Performance JIT-Based C++ Expression/Script Execution Engine with SIMD Vectorization Support☆92Updated 2 months ago
- AVX512F and AVX2 versions of quick sort☆104Updated 7 years ago