nitnelave / lru_cacheLinks
A C++ implementation of a LRU cache
☆42Updated 5 years ago
Alternatives and similar repositories for lru_cache
Users that are interested in lru_cache are comparing it to the libraries listed below
Sorting:
- Task graph-based asynchronous programming system using C++ coroutine☆94Updated last year
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆68Updated 2 weeks ago
- A fast work-stealing queue template in C++☆324Updated last year
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆34Updated 7 years ago
- A low-latency LRU approximation cache in C++ using CLOCK second-chance algorithm. Multi level cache too. Up to 2.5 billion lookups per se…☆74Updated last year
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆211Updated 2 years ago
- C++ serializers benchmark with realistic data☆126Updated 2 years ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- Light, fast, threadpool for C++20☆108Updated 2 years ago
- Polymorphic memory resource for real-time applications.☆73Updated 2 years ago
- The seq library is a collection of original C++17 STL-like containers and related tools☆99Updated 2 months ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆129Updated 2 years ago
- Boost.org unordered module☆85Updated 2 weeks ago
- a small lightweight std::execution work-alike☆64Updated 7 months ago
- A simple replacement for std::unordered_map☆50Updated last year
- General-purpose C++ graph library☆231Updated 2 months ago
- Lightweight recording and sampling of performance counters for specific code segments directly from your C++ application.☆150Updated last week
- Sample implementation of C++20 atomic_wait/notify☆61Updated 6 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 months ago
- A micro microbenchmarking library for C++11 in a single header file☆226Updated 4 months ago
- Comparison of C++ Serialization Libraries for Graph Data☆35Updated 3 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- DR3 enables users to write vectorised code using generic lambdas and filters. Switch instruction set just by changing enclosing namespace…☆35Updated last month
- Finite State Machine using C++20 coroutines with symmetric transfer☆93Updated 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…☆145Updated last year
- A parallel pipeline for stream processing☆69Updated 3 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆133Updated 6 years ago
- EDSL for C++ to make just-in-time code generation easier☆85Updated 2 years ago
- An indirect value-type for C++☆84Updated 2 years ago