nitnelave / lru_cache
A C++ implementation of a LRU cache
☆38Updated 4 years ago
Alternatives and similar repositories for lru_cache:
Users that are interested in lru_cache are comparing it to the libraries listed below
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆33Updated 3 years ago
- The seq library is a collection of original C++14 STL-like containers and related tools☆87Updated 4 months ago
- A simple replacement for std::unordered_map☆47Updated 6 months ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆60Updated 5 months ago
- Boost.org unordered module☆66Updated 3 weeks ago
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆89Updated 2 months ago
- Light, fast, threadpool for C++20☆98Updated last year
- Concurrent Hash Table☆21Updated last month
- Header-only C++17 library for evaluating logical expressions.☆85Updated 3 years ago
- CES - Coroutines, Epoll and Sockets☆45Updated last year
- a small lightweight std::execution work-alike☆57Updated this week
- A quick pool allocator for c++ with type info and gc support☆2Updated 2 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- An indirect value-type for C++☆82Updated last year
- 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…☆69Updated last year
- A parallel pipeline for stream processing☆62Updated 2 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆30Updated 6 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 …☆28Updated 4 years ago
- The Fancy Named Parameters Library☆30Updated 3 months ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆45Updated 8 months ago
- Single-header library facilities for C++2a Coroutines☆80Updated 3 years ago
- DR3 enables users to write vectorised code using generic lambdas and filters. Switch instruction set just by changing enclosing namespace…☆32Updated last week
- Tiny Test System☆27Updated last month
- C++20 template metaprogramming, stateful template metaprogramming and concurrent workflow adaptation library☆25Updated 7 months ago
- Polymorphic memory resource for real-time applications.☆65Updated last year
- Comparison of C++ Serialization Libraries for Graph Data☆33Updated 3 years ago
- Task graph-based asynchronous programming system using C++ coroutine☆87Updated last year
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 4 years ago
- A c++ function closure implementation. It integrates the std::function and std::bind, and even more powerful.☆52Updated last year
- C++20 Static Branch library☆52Updated 6 months ago