goldsborough / lru-cacheLinks
A feature complete LRU cache implementation in C++
☆260Updated 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:
- A STL allocator that mmaps files☆253Updated 4 years ago
- Header-only library for multithreaded programming☆239Updated 8 months ago
- C++11 metaprogramming library☆278Updated 3 weeks ago
- An implementation of Seqlock in C++11☆228Updated last year
- C++14 (and beyond) library features implemented in C++11☆249Updated 8 years ago
- generic stack-based container☆110Updated 7 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last month
- C++ implementation of a memory efficient hash map and hash set☆364Updated last month
- C++ library for executors☆513Updated 9 years ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆150Updated last year
- A proposal for a executor programming model for ISO C++☆141Updated 5 years ago
- nanorpc - lightweight RPC in pure C++ 17☆244Updated 2 years ago
- contiguous container library - arrays with customizable allocation, small buffer optimization and more☆257Updated 5 years ago
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆142Updated 5 years ago
- A fast work-stealing queue template in C++☆327Updated last year
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- C++ class for a joining and cooperative interruptible thread (should become std::jthread)☆197Updated 4 years ago
- A header-only C++ library for task concurrency☆629Updated 2 years ago
- C++ standard library features, "from scratch"☆194Updated 10 months ago
- Love template metaprogramming☆331Updated 3 years ago
- variant lite - A C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library.☆252Updated 2 months ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆211Updated 2 years ago
- Boost.Lockfree☆146Updated 3 weeks ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- Ultra fast C++11 allocator for STL containers.☆275Updated 3 years ago
- A platform-independent promise library for C++, implementing asynchronous continuations.☆194Updated 7 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
- optional lite - A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library☆421Updated 2 months ago
- A highly efficient, move-aware operators library☆204Updated 2 years ago
- userland threads☆492Updated 3 weeks ago