cmuparlay / parlayhashLinks
Concurrent Hash Table
☆32Updated 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☆47Updated 2 years ago
- Compact SVO optimized vector for C++17 or higher☆108Updated last year
- 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
- 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
- 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
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last year
- The seq library is a collection of original C++17 STL-like containers and related tools☆99Updated 3 weeks ago
- ☆44Updated 4 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- Polymorphic memory resource for real-time applications.☆73Updated 2 years ago
- Greg's Template Library of useful classes.☆223Updated last month
- a small lightweight std::execution work-alike☆65Updated 6 months ago
- Library for lock-free locks☆83Updated 2 years ago
- Boost.org unordered module☆80Updated last week
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- A simple replacement for std::unordered_map☆50Updated last year
- A header only structure of arrays container for C++☆41Updated 2 years ago
- Struct-of-Arrays generator for C++ projects.☆59Updated last year
- An open addressing linear probing hash table, tuned for delete heavy workloads☆210Updated 2 years ago
- B++ Tree☆69Updated last year
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆37Updated last year
- This is a header only library offering a variety of dynamically growing concurrent hash tables. That all work by dynamically migrating th…☆112Updated 9 months ago
- Light, fast, threadpool for C++20☆104Updated 2 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆46Updated 5 years ago
- C++14 cache friendly B-heap priority queue☆106Updated 2 weeks ago
- C++ serializers benchmark with realistic data☆125Updated 2 years ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆151Updated 4 years ago
- C++ implementation of a memory efficient hash map and hash set☆362Updated 2 weeks ago
- 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