tugrul512bit / LruClockCache
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.
☆70Updated last year
Alternatives and similar repositories for LruClockCache:
Users that are interested in LruClockCache are comparing it to the libraries listed below
- A C++ implementation of a LRU cache☆38Updated 4 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆30Updated 6 years ago
- a small lightweight std::execution work-alike☆63Updated last week
- C++20 Coroutines and io_uring☆48Updated 2 years ago
- A simple replacement for std::unordered_map☆47Updated 7 months ago
- Boost.org unordered module☆69Updated 2 weeks ago
- Task graph-based asynchronous programming system using C++ coroutine☆87Updated last year
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆28Updated 5 months ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆61Updated 5 months ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 4 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆155Updated last year
- C++20 liburing backed coroutine executor and event loop framework.☆65Updated 2 years ago
- Provides run-time tuple element access☆14Updated 4 years ago
- Concurrent Hash Table☆21Updated 2 months ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆148Updated last year
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 3 years ago
- Lock-free concurrent work stealing deque in C++☆38Updated 7 years ago
- Light, fast, threadpool for C++20☆98Updated last year
- C++ serializers benchmark with realistic data☆120Updated 2 years ago
- C++ framework for rapid server development☆77Updated last year
- Effective Memory Reclamation☆54Updated 5 years ago
- DR3 enables users to write vectorised code using generic lambdas and filters. Switch instruction set just by changing enclosing namespace…☆33Updated 2 weeks ago
- ☆21Updated 3 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆31Updated 2 weeks ago
- Core abstractions for dealing with concurrency in C++☆66Updated 11 months ago
- B++ Tree☆65Updated 7 months ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆144Updated 3 years ago
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆42Updated last year
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆95Updated last week
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago