cmuparlay / parlayhash
Concurrent Hash Table
☆21Updated 2 months ago
Alternatives and similar repositories for parlayhash:
Users that are interested in parlayhash are comparing it to the libraries listed below
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆42Updated last year
- An Array Mapped Tree implementation☆10Updated 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…☆33Updated 5 months ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆28Updated 6 months ago
- B++ Tree☆66Updated 8 months ago
- Lightweight recording and sampling of performance counters for specific code segments directly from your C++ application.☆57Updated last week
- A C++ data container replicating std::queue functionality but with better performance.☆33Updated last month
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- ☆44Updated 4 years ago
- A header only structure of arrays container for C++☆41Updated last year
- a small lightweight std::execution work-alike☆64Updated this week
- low level system stuff, threads, memory, file descriptors etc☆21Updated last month
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆34Updated 9 months ago
- Experimental JSON builder based on C++ reflection☆50Updated last week
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 3 years ago
- A fast implementation of log() and exp()☆53Updated 2 years ago
- The Fancy Named Parameters Library☆31Updated last week
- For details, see the blog post:☆32Updated last year
- An encoder/decoder collection for a sequence of integers☆32Updated 12 years ago
- Boost.org unordered module☆70Updated 2 weeks ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆30Updated 6 years ago
- EDSL for C++ to make just-in-time code generation easier☆85Updated 2 years ago
- Compact SVO optimized vector for C++17 or higher☆102Updated 10 months ago
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 3 years ago
- A simple replacement for std::unordered_map☆47Updated 8 months ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 4 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- Optimizing the memory layout of std::tuple☆33Updated 4 years ago
- C++ Channels & WaitGroup inspired by the Go Programming Language☆18Updated 4 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆14Updated 11 months ago