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.
☆71Updated last year
Alternatives and similar repositories for LruClockCache:
Users that are interested in LruClockCache are comparing it to the libraries listed below
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆30Updated 6 years ago
- Boost.org unordered module☆72Updated last week
- A simple replacement for std::unordered_map☆48Updated 8 months ago
- A C++ implementation of a LRU cache☆38Updated 4 years ago
- C++20 Coroutines and io_uring☆50Updated 2 years ago
- ☆21Updated 3 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆64Updated 7 months ago
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆43Updated last year
- Task graph-based asynchronous programming system using C++ coroutine☆89Updated last year
- ☆44Updated 4 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆27Updated 6 months ago
- 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 …☆29Updated 4 years ago
- a small lightweight std::execution work-alike☆65Updated 3 weeks ago
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆33Updated 6 months ago
- C++20 Memory Allocator library☆34Updated this week
- Effective Memory Reclamation☆55Updated 5 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆204Updated last year
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 3 years ago
- DR3 enables users to write vectorised code using generic lambdas and filters. Switch instruction set just by changing enclosing namespace…☆34Updated 2 months ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆151Updated last year
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- ☆19Updated 6 months ago
- Boost.org intrusive module☆56Updated this week
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- EDSL for C++ to make just-in-time code generation easier☆85Updated 2 years ago
- c++ wrapper around libpapi☆66Updated 7 years ago
- Light, fast, threadpool for C++20☆101Updated 2 years ago
- Provides run-time tuple element access☆14Updated 4 years ago
- Concurrent Hash Table☆25Updated 3 months ago