cmuparlay / parlayhashLinks
Concurrent Hash Table
☆37Updated 2 months 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☆49Updated 2 years ago
- Library for lock-free locks☆83Updated 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…☆76Updated 2 years ago
- ✈️ PTHash is a fast and compact minimal perfect hash function.☆250Updated 2 months ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- Fast Approximate Membership Filters (C++)☆288Updated 5 months ago
- EDSL for C++ to make just-in-time code generation easier☆87Updated 2 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 6 years ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆42Updated last year
- A simple replacement for std::unordered_map☆51Updated last year
- AVX512F and AVX2 versions of quick sort☆104Updated 8 years ago
- This is a header only library offering a variety of dynamically growing concurrent hash tables. That all work by dynamically migrating th…☆117Updated last year
- A Toolkit for Programming Parallel Algorithms on Shared-Memory Multicore Machines☆418Updated 2 months ago
- Compact SVO optimized vector for C++17 or higher☆112Updated 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…☆43Updated 5 months ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆54Updated last year
- An open addressing linear probing hash table, tuned for delete heavy workloads☆213Updated 2 years ago
- A header only structure of arrays container for C++☆43Updated 2 years ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆71Updated 2 years ago
- ☆45Updated 5 years ago
- ALP: Adaptive Lossless Floating-Point Compression☆158Updated 3 months ago
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆40Updated 5 years ago
- Greg's Template Library of useful classes.☆259Updated 3 weeks ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- Task graph-based asynchronous programming system using C++ coroutine☆100Updated last year
- The world's first wait-free Software Transactional Memory☆175Updated 5 years ago
- Mutexes that only use two bits. Either stored in a byte, or in the bottom bits of a pointer☆26Updated 3 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆185Updated 2 months 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
- C++20 Coroutines and io_uring☆52Updated 3 years ago