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:
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆73Updated last month
- A High-Performance Work-Stealing Queue for C++☆331Updated last week
- Boost.org unordered module☆86Updated last week
- C++ serializers benchmark with realistic data☆127Updated 2 years ago
- a small lightweight std::execution work-alike☆65Updated 9 months 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…☆76Updated 2 years ago
- Task graph-based asynchronous programming system using C++ coroutine☆98Updated last year
- Polymorphic memory resource for real-time applications.☆74Updated 2 years ago
- Light, fast, threadpool for C++20☆110Updated 2 years ago
- Lightweight recording and sampling of performance counters for specific code segments directly from your C++ application.☆167Updated 3 weeks ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆36Updated 7 years ago
- Sample implementation of C++20 atomic_wait/notify☆62Updated 6 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆130Updated 2 years ago
- A micro microbenchmarking library for C++11 in a single header file☆226Updated last month
- General-purpose C++ graph library☆234Updated 3 weeks ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆226Updated 2 years ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- DR3 enables users to write vectorised code using generic lambdas and filters. Switch instruction set just by changing enclosing namespace…☆37Updated 3 weeks ago
- Tiny Test System☆27Updated 3 weeks ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆148Updated last year
- A simple replacement for std::unordered_map☆51Updated last year
- The seq library is a collection of original C++17 STL-like containers and related tools☆101Updated 2 months ago
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆139Updated 2 weeks ago
- c++ wrapper around libpapi☆90Updated 8 years ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆158Updated 4 years ago
- An indirect value-type for C++☆83Updated 2 years ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- Ultra fast C++11 allocator for STL containers.☆273Updated 4 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆160Updated 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 …☆32Updated 5 years ago