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.
☆77Updated 2 years ago
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☆36Updated 7 years ago
- Task graph-based asynchronous programming system using C++ coroutine☆100Updated last year
- a small lightweight std::execution work-alike☆65Updated 10 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…☆43Updated 5 months ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆160Updated 6 months ago
- A C++ implementation of a LRU cache☆42Updated 5 years ago
- Boost.org unordered module☆86Updated last week
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆73Updated 2 months ago
- c++ wrapper around libpapi☆92Updated 8 years ago
- C++20 Coroutines and io_uring☆52Updated 3 years ago
- Sample implementation of C++20 atomic_wait/notify☆62Updated 6 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆214Updated 2 years 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
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆231Updated 2 years ago
- C++20 Memory Allocator library☆36Updated 9 months ago
- Light, fast, threadpool for C++20☆112Updated 2 years ago
- A simple replacement for std::unordered_map☆51Updated last year
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆132Updated 2 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- C++ serializers benchmark with realistic data☆127Updated 3 years ago
- ☆26Updated 4 years ago
- Lock-free concurrent work stealing deque in C++☆41Updated 7 years ago
- Effective Memory Reclamation☆63Updated 6 years ago
- ☆22Updated 2 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- Header-only C++17 library for evaluating logical expressions.☆87Updated 4 years ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- Provides run-time tuple element access☆15Updated 4 years ago