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☆97Updated last year
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆36Updated 7 years ago
- Sample implementation of C++20 atomic_wait/notify☆62Updated 6 years ago
- Boost.org unordered module☆86Updated this week
- C++20 Coroutines and io_uring☆53Updated 3 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆49Updated 2 years ago
- A fast work-stealing queue template in C++☆331Updated 2 weeks ago
- a small lightweight std::execution work-alike☆65Updated 9 months ago
- 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
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆226Updated 2 years ago
- A simple replacement for std::unordered_map☆51Updated last year
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- A C++ implementation of a LRU cache☆42Updated 5 years ago
- C++ serializers benchmark with realistic data☆126Updated 2 years ago
- Effective Memory Reclamation☆63Updated 5 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆213Updated 2 years ago
- Comprehensive benchmarks of C++ maps☆316Updated 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
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆184Updated 2 months ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆72Updated last month
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆158Updated 5 months ago
- ☆45Updated 5 years ago
- C++14 cache friendly B-heap priority queue☆109Updated 3 months ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆42Updated 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 …☆32Updated 5 years ago
- c++ wrapper around libpapi☆89Updated 8 years ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- ☆26Updated 4 years ago
- fast prime sieve and hash algorithm☆39Updated 4 months ago