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:
- Boost.org unordered module☆75Updated 3 weeks ago
- A simple replacement for std::unordered_map☆50Updated 11 months ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- a small lightweight std::execution work-alike☆65Updated 3 months ago
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆180Updated last year
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- A C++ implementation of a LRU cache☆38Updated 5 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- C++20 Coroutines and io_uring☆51Updated 2 years ago
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆44Updated 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
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆69Updated 10 months ago
- DR3 enables users to write vectorised code using generic lambdas and filters. Switch instruction set just by changing enclosing namespace…☆35Updated 4 months ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆28Updated 9 months ago
- Effective Memory Reclamation☆58Updated 5 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS …☆155Updated last year
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- Task graph-based asynchronous programming system using C++ coroutine☆92Updated last year
- ☆22Updated 8 months ago
- A parallel pipeline for stream processing☆66Updated 2 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated last week
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆146Updated 3 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
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆37Updated 9 months ago
- Polymorphic memory resource for real-time applications.☆71Updated last year
- A fast work-stealing queue template in C++☆311Updated last year
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- CES - Coroutines, Epoll and Sockets☆44Updated 2 years ago