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
- Boost.org unordered module☆73Updated this week
- a small lightweight std::execution work-alike☆65Updated 2 months ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- Task graph-based asynchronous programming system using C++ coroutine☆90Updated last year
- Effective Memory Reclamation☆55Updated 5 years ago
- A simple replacement for std::unordered_map☆49Updated 10 months ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆27Updated 8 months ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆154Updated last year
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- ☆21Updated 7 months ago
- C++20 liburing backed coroutine executor and event loop framework.☆65Updated 2 years ago
- A C++ implementation of a LRU cache☆38Updated 4 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 …☆30Updated 4 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆65Updated 8 months ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 4 years ago
- A fixed capacity dynamically sized string☆66Updated last month
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆146Updated 3 years ago
- DR3 enables users to write vectorised code using generic lambdas and filters. Switch instruction set just by changing enclosing namespace…☆35Updated 3 months ago
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- Boost.org intrusive module☆58Updated 2 weeks ago
- flat_map standardization proposal☆10Updated 2 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- c++ wrapper around libpapi☆71Updated 7 years ago
- ☆21Updated 3 years ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆141Updated last year
- Provides run-time tuple element access☆14Updated 4 years ago
- Concurrency with modern C++☆31Updated 4 years ago
- an experimental standard C++ library☆89Updated last year