DolevAdas / JiffyLinks
☆44Updated 4 years ago
Alternatives and similar repositories for Jiffy
Users that are interested in Jiffy are comparing it to the libraries listed below
Sorting:
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆62Updated last year
- A simple replacement for std::unordered_map☆50Updated last year
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆46Updated 2 years ago
- EDSL for C++ to make just-in-time code generation easier☆85Updated 2 years ago
- Effective Memory Reclamation☆61Updated 5 years ago
- ☆128Updated 2 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆34Updated 7 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆179Updated 12 years ago
- Benchmarks for our memory allocator☆69Updated last year
- Library for lock-free locks☆83Updated 2 years ago
- An implementation of Seqlock in C++11☆222Updated last year
- An open addressing linear probing hash table, tuned for delete heavy workloads☆209Updated last year
- Concurrent Deferred Reference Counting☆167Updated last year
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 4 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆68Updated 4 years ago
- fast prime sieve and hash algorithm☆38Updated 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
- The world's first wait-free Software Transactional Memory☆173Updated 5 years ago
- Comprehensive benchmarks of C++ maps☆313Updated 2 years ago
- A disruptor thread-synchronisation data structure for C++11.☆136Updated 2 years ago
- C++ framework for rapid server development☆76Updated last year
- A wait-free multi-producer-single-consumer queue in C11 atomics☆228Updated 3 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆181Updated 11 months ago
- QSBR and EBR library☆125Updated 5 years ago
- Fast multi-threaded memory allocator☆79Updated 5 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 6 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 4 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…☆72Updated last year