DolevAdas / Jiffy
☆44Updated 4 years ago
Alternatives and similar repositories for Jiffy:
Users that are interested in Jiffy are comparing it to the libraries listed below
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 2 years 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
- Library for lock-free locks☆77Updated last year
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆55Updated last year
- A simple replacement for std::unordered_map☆47Updated 8 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
- Effective Memory Reclamation☆54Updated 5 years ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 4 years ago
- C++20 Coroutines and io_uring☆48Updated 2 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 7 years ago
- Concurrent Deferred Reference Counting☆159Updated last year
- Boost.org unordered module☆70Updated 2 weeks ago
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆42Updated last year
- Lightweight recording and sampling of performance counters for specific code segments directly from your C++ application.☆57Updated 2 weeks ago
- ☆20Updated 2 years ago
- W-TinyLFU cache C++11 header only implementation☆57Updated 6 years ago
- Lock-free concurrent work stealing deque in C++☆38Updated 7 years ago
- A more Pragmatic Implementation of the Lock-free, Ordered, Linked List☆17Updated 4 years ago
- Adaptive Radix Tree in C++☆41Updated this week
- C++20 Static Branch library☆55Updated 3 weeks ago
- Git mirror of the official (mercurial) repository of cpp-btree☆73Updated 10 years ago
- ☆57Updated 4 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆64Updated 6 months ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆32Updated 7 years ago
- ☆18Updated 5 months ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- Cross-platform benchmarking for memory allocators, aiming to be as close to real world as it is practical☆45Updated 6 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆65Updated 4 years ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.