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.
☆75Updated last year
Alternatives and similar repositories for LruClockCache
Users that are interested in LruClockCache are comparing it to the libraries listed below
Sorting:
- Task graph-based asynchronous programming system using C++ coroutine☆95Updated last year
- Boost.org unordered module☆86Updated 2 weeks ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆36Updated 7 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆213Updated 2 years ago
- C++ serializers benchmark with realistic data☆126Updated 2 years ago
- A fast work-stealing queue template in C++☆327Updated last year
- Sample implementation of C++20 atomic_wait/notify☆61Updated 6 years ago
- C++20 Coroutines and io_uring☆53Updated 3 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- a small lightweight std::execution work-alike☆64Updated 8 months ago
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆42Updated 3 months ago
- fast prime sieve and hash algorithm☆39Updated 3 months ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆70Updated last month
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆130Updated 2 years ago
- A simple replacement for std::unordered_map☆50Updated last year
- c++ wrapper around libpapi☆84Updated 8 years ago
- Light, fast, threadpool for C++20☆109Updated 2 years ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆156Updated 4 years ago
- Effective Memory Reclamation☆63Updated 5 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆211Updated 2 years ago
- Lightweight recording and sampling of performance counters for specific code segments directly from your C++ application.☆155Updated last week
- Header-only C++17 library for evaluating logical expressions.☆87Updated 3 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- DR3 enables users to write vectorised code using generic lambdas and filters. Switch instruction set just by changing enclosing namespace…☆35Updated 2 months ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆30Updated last year
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆157Updated 4 months ago
- Comparison of C++ Serialization Libraries for Graph Data☆36Updated 3 years ago
- C++20 Memory Allocator library☆36Updated 7 months ago
- A parallel pipeline for stream processing☆69Updated 3 years ago