cmuparlay / parlayhashLinks
Concurrent Hash Table
☆34Updated this week
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☆48Updated 2 years ago
- 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…☆74Updated last year
- ☆44Updated 4 years ago
- This is a header only library offering a variety of dynamically growing concurrent hash tables. That all work by dynamically migrating th…☆116Updated 10 months ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆212Updated 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
- Library for lock-free locks☆83Updated 2 years ago
- A fast work-stealing queue template in C++☆326Updated last year
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆39Updated last year
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆34Updated 7 years ago
- Compact SVO optimized vector for C++17 or higher☆109Updated last year
- Fast Approximate Membership Filters (C++)☆286Updated 2 months ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last week
- 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 months ago
- Greg's Template Library of useful classes.☆226Updated 3 weeks ago
- Light, fast, threadpool for C++20☆108Updated 2 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆30Updated last year
- A simple replacement for std::unordered_map☆50Updated last year
- AVX512F and AVX2 versions of quick sort☆104Updated 7 years ago
- C++14 cache friendly B-heap priority queue☆109Updated last month
- ✈️ PTHash is a fast and compact minimal perfect hash function.☆246Updated this week
- Very fast lock-free queue (thread safe)☆174Updated 3 months ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆46Updated 5 years ago
- C++ serializers benchmark with realistic data☆126Updated 2 years ago
- Lightweight recording and sampling of performance counters for specific code segments directly from your C++ application.☆150Updated 2 weeks ago
- Task graph-based asynchronous programming system using C++ coroutine☆94Updated last year
- Mutexes that only use two bits. Either stored in a byte, or in the bottom bits of a pointer☆25Updated 2 years ago
- a small lightweight std::execution work-alike☆64Updated 7 months ago