cmuparlay / parlayhashLinks
Concurrent Hash Table
☆31Updated last month
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☆45Updated 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…☆71Updated last year
- A simple replacement for std::unordered_map☆51Updated last year
- Comprehensive benchmarks of C++ maps☆311Updated 2 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆209Updated last year
- 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
- Greg's Template Library of useful classes.☆211Updated 2 weeks ago
- Compact SVO optimized vector for C++17 or higher☆106Updated last year
- C++ serializers benchmark with realistic data☆125Updated 2 years ago
- Lightweight recording and sampling of performance counters for specific code segments directly from your C++ application.☆130Updated last week
- Boost.org unordered module☆75Updated last month
- A header only structure of arrays container for C++☆41Updated 2 years ago
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- This is a header only library offering a variety of dynamically growing concurrent hash tables. That all work by dynamically migrating th…☆110Updated 7 months ago
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- a small lightweight std::execution work-alike☆65Updated 4 months ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆179Updated 10 months ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆32Updated 6 years ago
- Library for lock-free locks☆82Updated 2 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
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- C++14 cache friendly B-heap priority queue☆105Updated 4 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆68Updated 4 years ago
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆37Updated 9 months ago
- Task graph-based asynchronous programming system using C++ coroutine☆92Updated last year
- C++ implementation of a memory efficient hash map and hash set☆359Updated 10 months ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- A fast work-stealing queue template in C++☆315Updated last year
- 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
- Effective Memory Reclamation☆58Updated 5 years ago