nitnelave / lru_cacheLinks
A C++ implementation of a LRU cache
☆38Updated 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☆92Updated last year
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆68Updated 9 months ago
- Boost.org unordered module☆75Updated 3 weeks ago
- a small lightweight std::execution work-alike☆65Updated 3 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…☆72Updated last year
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆128Updated 2 years ago
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆121Updated this week
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆180Updated last year
- 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 …☆31Updated 4 years ago
- The seq library is a collection of original C++14 STL-like containers and related tools☆89Updated 9 months ago
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- A simple replacement for std::unordered_map☆50Updated 11 months ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- Polymorphic memory resource for real-time applications.☆71Updated last year
- Compact SVO optimized vector for C++17 or higher☆105Updated last year
- The Fancy Named Parameters Library☆32Updated 2 months ago
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- A fast work-stealing queue template in C++☆310Updated last year
- A micro microbenchmarking library for C++11 in a single header file☆222Updated 3 weeks ago
- A quick pool allocator for c++ with type info and gc support☆2Updated 3 years ago
- CES - Coroutines, Epoll and Sockets☆44Updated 2 years ago
- DR3 enables users to write vectorised code using generic lambdas and filters. Switch instruction set just by changing enclosing namespace…☆35Updated 4 months ago
- Tiny Test System☆27Updated 3 weeks ago
- C++ serializers benchmark with realistic data☆125Updated 2 years ago
- Greg's Template Library of useful classes.☆203Updated last month
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆37Updated 9 months ago
- A C++14 implementation of IEEE 754 decimal floating point numbers☆30Updated last week
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- Parallel C++ algorithms☆63Updated last year