tugrul512bit / LruClockCache
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:
- a small lightweight std::execution work-alike☆65Updated last month
- A simple replacement for std::unordered_map☆49Updated 9 months ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- Task graph-based asynchronous programming system using C++ coroutine☆89Updated last year
- A parallel pipeline for stream processing☆66Updated 2 years ago
- Boost.org unordered module☆72Updated 2 weeks ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆151Updated last year
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆65Updated 7 months ago
- Lock-free atomic_shared_ptr implementations☆41Updated 11 months ago
- ☆21Updated 6 months ago
- C++20 Coroutines and io_uring☆51Updated 2 years ago
- Provides run-time tuple element access☆14Updated 4 years ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 4 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆65Updated 2 years ago
- Effective Memory Reclamation☆55Updated 5 years ago
- C++ serializers benchmark with realistic data☆123Updated 2 years ago
- ☆44Updated 4 years ago
- Single-header library facilities for C++2a Coroutines☆80Updated 3 years ago
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆27Updated 7 months ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆145Updated 3 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- Concurrent Hash Table