tugrul512bit / LruClockCacheLinks
A low-latency LRU approximation cache in C++ using CLOCK second-chance algorithm. Multi level cache too. Up to 2.5 billion lookups per second.
☆71Updated last year
Alternatives and similar repositories for LruClockCache
Users that are interested in LruClockCache are comparing it to the libraries listed below
Sorting:
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- A simple replacement for std::unordered_map☆51Updated last year
- Task graph-based asynchronous programming system using C++ coroutine☆92Updated last year
- Boost.org unordered module☆75Updated last month
- a small lightweight std::execution work-alike☆65Updated 4 months ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆187Updated last year
- Header-only C++17 library for evaluating logical expressions.☆85Updated 3 years ago
- DR3 enables users to write vectorised code using generic lambdas and filters. Switch instruction set just by changing enclosing namespace…☆35Updated 5 months ago
- A fast work-stealing queue template in C++☆315Updated last year
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆128Updated 2 years ago
- C++20 Coroutines and io_uring☆52Updated 2 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆209Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆179Updated 10 months ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆69Updated 10 months ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 4 years ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆150Updated 3 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- C++ serializers benchmark with realistic data☆125Updated 2 years ago
- A parallel pipeline for stream processing☆66Updated 2 years ago
- C++20 Memory Allocator library☆35Updated 3 months ago
- Core abstractions for dealing with concurrency in C++☆67Updated last year
- 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 …☆31Updated 4 years ago
- c++ wrapper around libpapi☆76Updated 7 years ago
- Polymorphic memory resource for real-time applications.☆71Updated 2 years ago
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆45Updated last year
- Provides run-time tuple element access☆14Updated 4 years ago