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.
☆72Updated 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☆32Updated 7 years ago
- C++20 Coroutines and io_uring☆52Updated 2 years ago
- Task graph-based asynchronous programming system using C++ coroutine☆92Updated last year
- a small lightweight std::execution work-alike☆65Updated 5 months ago
- A C++ implementation of a LRU cache☆42Updated 5 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆68Updated 11 months ago
- Boost.org unordered module☆77Updated this week
- A simple replacement for std::unordered_map☆50Updated last year
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 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…☆42Updated 2 weeks ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆155Updated last month
- c++ wrapper around libpapi☆79Updated 7 years ago
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 4 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆29Updated 11 months ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆198Updated last year
- A fast work-stealing queue template in C++☆319Updated last year
- DR3 enables users to write vectorised code using generic lambdas and filters. Switch instruction set just by changing enclosing namespace…☆35Updated 6 months ago
- C++ serializers benchmark with realistic data☆124Updated 2 years ago
- Comprehensive benchmarks of C++ maps☆311Updated 2 years ago
- ☆44Updated 4 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
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆150Updated 3 years ago
- fast prime sieve and hash algorithm☆38Updated 3 months ago
- ☆24Updated 3 years ago
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆46Updated 2 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆209Updated last year
- Struct-of-Arrays generator for C++ projects.☆59Updated last year