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 and a std::unordered_map style container to provide fast insert, delete and update No dependencies other than the C++ standard library. This is a C++11 remake of my earlier LRUCache project (https://github.com…
☆298Sep 11, 2024Updated last year
Alternatives and similar repositories for lrucache11
Users that are interested in lrucache11 are comparing it to the libraries listed below
Sorting:
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆389Jul 29, 2020Updated 5 years ago
- a header only C++ LRU Cache template class (now with optional synchronization) that allows you to define key, value and optionally the Ma…☆41Aug 30, 2016Updated 9 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆377Feb 1, 2026Updated last month
- A feature complete LRU cache implementation in C++☆264Dec 16, 2019Updated 6 years ago
- sgx-based encrypted deduplication prototype☆14May 14, 2021Updated 4 years ago
- List of resources about modern dynamic polymorphism in C++.☆12Sep 29, 2018Updated 7 years ago
- High performance C++11 thread pool☆584Oct 4, 2020Updated 5 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆71Jan 2, 2026Updated 2 months ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Apr 20, 2019Updated 6 years ago
- c++11 framework for building server☆13Feb 15, 2022Updated 4 years ago
- Yet Another Serialization☆772Feb 18, 2025Updated last year
- safe: A threadsafe, iterator-preserving class built around std::map☆12May 22, 2018Updated 7 years ago
- Comfortable lightweight C++ logging library -- cross-platform, C++11.☆29Nov 28, 2022Updated 3 years ago
- STL-based caches for C++☆116May 31, 2023Updated 2 years ago
- A C++ template class providing a thread-safe LRU cache☆77Mar 12, 2022Updated 3 years ago
- A high-performance, concurrent hash table☆1,733Mar 31, 2025Updated 11 months ago
- C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.☆2,162Feb 19, 2026Updated 2 weeks ago
- Async++ concurrency framework for C++11☆1,410Oct 11, 2024Updated last year
- A fast, memory efficient hash map for C++☆1,301May 19, 2025Updated 9 months ago
- Thread safe, lock-free memory pool.☆62Apr 1, 2024Updated last year
- A fast multi-producer, multi-consumer lock-free concurrent queue for C++11☆12,087Feb 14, 2026Updated 2 weeks ago
- Comprehensive benchmarks of C++ maps☆316Apr 14, 2023Updated 2 years ago
- A C++11 library for serialization☆4,628Updated this week
- A fast single-producer, single-consumer lock-free queue for C++☆4,499Jun 25, 2025Updated 8 months ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆765Nov 2, 2025Updated 4 months ago
- A C++ library of Concurrent Data Structures☆2,730Oct 17, 2023Updated 2 years ago
- Non bloated asynchronous logger☆222Sep 13, 2023Updated 2 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆329Mar 29, 2021Updated 4 years ago
- Go-style concurrency in C++11☆3,310Jul 3, 2023Updated 2 years ago
- Simple out-of-process invoker☆19Jun 25, 2025Updated 8 months ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,476Mar 8, 2024Updated last year
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆167Feb 7, 2026Updated 3 weeks ago
- Concurrent data structures in C++☆1,447Oct 1, 2020Updated 5 years ago
- A type safe SQL template library for C++☆2,610Dec 13, 2025Updated 2 months ago
- Mustache text templates for modern C++☆395Jun 15, 2025Updated 8 months ago
- We make any object thread-safe and std::shared_mutex 10 times faster to achieve the speed of lock-free algorithms on >85% reads☆521Jun 19, 2022Updated 3 years ago
- An efficient C++14 multi dimensional array container☆18Nov 15, 2016Updated 9 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆20Apr 10, 2024Updated last year
- Low Latency C++11 Logging Library☆751Jan 17, 2024Updated 2 years ago