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.
☆68Updated 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
- a small lightweight std::execution work-alike☆57Updated 3 months ago
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆80Updated last month
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆52Updated 4 months ago
- Boost.org unordered module☆66Updated this week
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆146Updated 10 months ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- An adaption of Senders/Receivers for async networking and I/O☆16Updated last week
- Concurrency with modern C++☆31Updated 3 years ago
- A simple replacement for std::unordered_map☆47Updated 6 months ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆139Updated last year
- Task graph-based asynchronous programming system using C++ coroutine☆86Updated 11 months ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 2 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- C++ framework for rapid server development☆77Updated 11 months ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 4 years ago
- A prototype implementation of the executors proposal☆85Updated 5 years ago
- A micro microbenchmarking library for C++11 in a single header file☆210Updated 10 months ago
- C++20 Coroutines and io_uring☆47Updated 2 years ago
- flat_map standardization proposal☆10Updated 2 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆64Updated 2 months ago
- C++ serializers benchmark with realistic data☆120Updated 2 years ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆139Updated 9 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 …☆28Updated 4 years ago
- Fixed size function wrapper like std::function☆69Updated 8 years ago
- Light, fast, threadpool for C++20☆97Updated last year
- `std::execution`, the proposed C++ framework for asynchronous and parallel programming.☆20Updated last year
- A fast work-stealing queue template in C++☆300Updated 11 months ago
- Single-header library facilities for C++2a Coroutines☆80Updated 2 years ago
- c++ wrapper around libpapi☆50Updated 7 years ago