cmuparlay / parlayhash
Concurrent Hash Table
☆18Updated 2 months ago
Related projects ⓘ
Alternatives and complementary repositories for parlayhash
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆41Updated last year
- A C++ data container replicating std::queue functionality but with better performance.☆30Updated 2 weeks ago
- Boost.org unordered module☆63Updated this week
- EDSL for C++ to make just-in-time code generation easier☆82Updated last year
- Compact SVO optimized vector for C++17 or higher☆96Updated 6 months ago
- C++ Channels & WaitGroup inspired by the Go Programming Language☆18Updated 4 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆30Updated 7 years ago
- a small lightweight std::execution work-alike☆55Updated last month
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆45Updated 9 months ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆42Updated 4 years ago
- B++ Tree☆65Updated 4 months ago
- Greg's Template Library of useful classes.☆123Updated 2 weeks ago
- High performance templated AVL tree using a fixed size array. Extensive test suite passing.☆45Updated 2 years ago
- async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded …☆28Updated 3 years ago
- A simple replacement for std::unordered_map☆45Updated 3 months ago
- Tiny Test System☆27Updated 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…☆32Updated last month
- ☆26Updated 4 years ago
- Experimental JSON builder based on C++ reflection☆42Updated last month
- The seq library is a collection of original C++14 STL-like containers and related tools☆85Updated last month
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆29Updated 6 years ago
- C++20 Static Branch library☆47Updated 3 months ago
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆51Updated last month
- 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…☆66Updated 10 months ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆33Updated 3 years ago
- ☆43Updated 3 years ago
- Sample implementation of C++20 atomic_wait/notify☆57Updated 5 years ago
- Task graph-based asynchronous programming system using C++ coroutine☆84Updated 9 months ago
- The Fancy Named Parameters Library☆27Updated last week