goldsborough / lru-cacheView external linksLinks
A feature complete LRU cache implementation in C++
☆264Dec 16, 2019Updated 6 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:
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆391Jul 29, 2020Updated 5 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆377Feb 1, 2026Updated last week
- A clang tool for happy refactoring without source-code gymnastics☆255Mar 20, 2020Updated 5 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Apr 20, 2019Updated 6 years ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆765Nov 2, 2025Updated 3 months ago
- High performance C++11 thread pool☆585Oct 4, 2020Updated 5 years ago
- A header-only C++ library for task concurrency☆632May 18, 2023Updated 2 years ago
- Non bloated asynchronous logger☆222Sep 13, 2023Updated 2 years ago
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,592May 29, 2025Updated 8 months ago
- contiguous container library - arrays with customizable allocation, small buffer optimization and more☆258Mar 25, 2020Updated 5 years ago
- A C++ library of Concurrent Data Structures☆2,729Oct 17, 2023Updated 2 years ago
- Concurrent data structures in C++☆1,447Oct 1, 2020Updated 5 years ago
- Reference counted synchronized pointer.☆14Aug 9, 2017Updated 8 years ago
- STL-based caches for C++☆116May 31, 2023Updated 2 years ago
- A header only C++11 LRU Cache template class that allows you to define key, value and optionally the Map type. uses a double linked list …☆298Sep 11, 2024Updated last year
- A high performance, shared memory, lock free, cross platform, single file, no dependencies, C++11 key-value store☆556Jan 5, 2024Updated 2 years ago
- Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!☆2,026Dec 17, 2025Updated last month
- C++ Utility Library☆32Jan 7, 2026Updated last month
- Fast, multiplatform fiber based job dispatcher based on Naughty Dogs' GDC2015 talk.☆35Dec 8, 2018Updated 7 years ago
- C++11/14/17 std::optional with functional-style extensions and reference support☆922Jun 10, 2024Updated last year
- Your binary serialization library☆1,215Oct 9, 2025Updated 4 months ago
- Depth C++ library☆10Nov 15, 2018Updated 7 years ago
- A binary tree based memory allocator in C.☆11Nov 22, 2017Updated 8 years ago
- List of resources about modern dynamic polymorphism in C++.☆12Sep 29, 2018Updated 7 years ago
- NuDB: A fast key/value insert-only database for SSD drives in C++11☆409Apr 30, 2025Updated 9 months ago
- C++17 string with fixed size☆118Aug 22, 2025Updated 5 months ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆185Nov 2, 2025Updated 3 months ago
- A hybrid thread / fiber task scheduler written in C++ 11☆1,992Feb 22, 2025Updated 11 months ago
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆2,173Dec 13, 2025Updated 2 months ago
- A generic event dispatcher and listener implemented in c++☆21Sep 21, 2016Updated 9 years ago
- C++ benchmark tool. Practical, stable and fast performance testing framework.☆152Jan 27, 2023Updated 3 years ago
- dynamic polymorphism without inheritance☆31Sep 24, 2017Updated 8 years ago
- C++ hash map and hash set which preserve the order of insertion☆567Nov 2, 2025Updated 3 months ago
- C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)☆853Sep 12, 2023Updated 2 years ago
- C++ Memory allocator for packet queues that free() in roughly the same order that they alloc().☆16Mar 15, 2018Updated 7 years ago
- A C++ memory context☆11Jul 28, 2021Updated 4 years ago
- Priority-based Task Scheduling for Modern C++☆93Jan 29, 2021Updated 5 years ago
- C++14 cache friendly B-heap priority queue☆109Sep 18, 2025Updated 4 months ago
- A polymorphic value-type for C++☆227Sep 22, 2023Updated 2 years ago