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.
☆71Updated 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☆31Updated 6 years ago
- Boost.org unordered module☆75Updated last week
- ☆21Updated 8 months ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 4 years ago
- a small lightweight std::execution work-alike☆65Updated 3 months ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆44Updated last year
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆66Updated 9 months ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- A simple replacement for std::unordered_map☆50Updated 11 months ago
- An adaption of Senders/Receivers for async networking and I/O☆18Updated 2 months ago
- ☆44Updated 4 years ago
- Core abstractions for dealing with concurrency in C++☆66Updated last year
- ☆21Updated 3 years ago
- C++20 Coroutines and io_uring☆51Updated 2 years ago
- B++ Tree☆68Updated 11 months ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆154Updated last year
- Polymorphic memory resource for real-time applications.☆70Updated last year
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- Effective Memory Reclamation☆56Updated 5 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- Boost.org intrusive module☆59Updated last month
- Task graph-based asynchronous programming system using C++ coroutine☆91Updated last year
- A C++ implementation of a LRU cache☆38Updated 4 years ago
- C++ Custom memory allocators☆60Updated 5 years 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 …☆30Updated 4 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago