nitnelave / lru_cache
A C++ implementation of a LRU cache
☆37Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for lru_cache
- Boost.org unordered module☆63Updated last week
- A simple replacement for std::unordered_map☆45Updated 3 months ago
- The seq library is a collection of original C++14 STL-like containers and related tools☆85Updated last month
- C++20's jthread for C++11 and later in a single-file header-only library☆62Updated 10 months ago
- a small lightweight std::execution work-alike☆55Updated last month
- Tiny Test System☆27Updated 2 weeks ago
- Single-header library facilities for C++2a Coroutines☆80Updated 2 years ago
- Compact SVO optimized vector for C++17 or higher☆96Updated 6 months ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆45Updated 5 months ago
- Greg's Template Library of useful classes.☆123Updated 2 weeks ago
- C++20 Coroutines and io_uring☆47Updated last year
- Compile-time-efficient proof-of-concept implementation for std::tuple☆91Updated 3 years ago
- An indirect value-type for C++☆82Updated last year
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆85Updated last year
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆33Updated 3 years ago
- A c++ function closure implementation. It integrates the std::function and std::bind, and even more powerful.☆49Updated last year
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆45Updated 2 months ago
- C++ small containers☆138Updated 3 months ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆29Updated 6 years ago
- EDSL for C++ to make just-in-time code generation easier☆82Updated last year
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆41Updated 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…☆66Updated 10 months ago
- Light, fast, threadpool for C++20☆98Updated last year
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆144Updated this week
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆154Updated 5 months ago
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆71Updated this week
- A C++14 and later CRTP template for defining iterators☆70Updated last week
- Some library components that didn't quite fit anywhere else...☆34Updated 2 months ago
- A fast, simple tuple implementation that implements tuple as an aggregate☆201Updated last month