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
- Boost.org unordered module☆70Updated last week
- A C++ implementation of a LRU cache☆38Updated 4 years ago
- Task graph-based asynchronous programming system using C++ coroutine☆89Updated last year
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 4 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆30Updated 6 years ago
- Boost.org intrusive module☆55Updated last week
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆98Updated 3 weeks ago
- a small lightweight std::execution work-alike☆64Updated 3 weeks ago
- A simple replacement for std::unordered_map☆47Updated 8 months ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 4 years ago
- Effective Memory Reclamation☆54Updated 5 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆150Updated last year
- Lock-free concurrent work stealing deque in C++☆38Updated 7 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 …☆29Updated 4 years ago
- The Fancy Named Parameters Library☆31Updated last week
- B++ Tree☆66Updated 8 months ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- C++ framework for rapid server development☆77Updated last year
- C++20 Coroutines and io_uring☆48Updated 2 years ago
- An adaption of Senders/Receivers for async networking and I/O☆16Updated 3 weeks ago
- A fast work-stealing queue template in C++☆305Updated last year
- Concurrent Hash Table☆21Updated 2 months ago
- c++ wrapper around libpapi☆63Updated 7 years ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆34Updated 9 months ago
- Concurrency with modern C++☆31Updated 3 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆144Updated 3 years 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
- The seq library is a collection of original C++14 STL-like containers and related tools☆87Updated 5 months ago