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…
☆300Sep 11, 2024Updated last year
Alternatives and similar repositories for lrucache11
Users that are interested in lrucache11 are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆393Jul 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☆382Jun 8, 2026Updated last week
- A feature complete LRU cache implementation in C++☆268Dec 16, 2019Updated 6 years ago
- A C++ implementation of a LRU cache☆41Jul 8, 2020Updated 5 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- List of resources about modern dynamic polymorphism in C++.☆12Sep 29, 2018Updated 7 years ago
- Comfortable lightweight C++ logging library -- cross-platform, C++11.☆29Nov 28, 2022Updated 3 years ago
- Fully emulates D's scope guard statement feature via C++17's std::uncaught_exceptions() with no dynamic memory allocation and terse synta…☆19Mar 15, 2018Updated 8 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆111Apr 13, 2026Updated 2 months ago
- sgx-based encrypted deduplication prototype☆13May 14, 2021Updated 5 years ago
- A C++ template class providing a thread-safe LRU cache☆77Mar 12, 2022Updated 4 years ago
- High performance C++11 thread pool☆583Oct 4, 2020Updated 5 years ago
- Some Compression streams (gzip, snappy, lz4) implementing the ZeroCopy Interface from Google(TM) protobuf 2.4.1☆19Apr 30, 2013Updated 13 years ago
- safe: A threadsafe, iterator-preserving class built around std::map☆12May 22, 2018Updated 8 years ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- A high performance C++ concurrent hash map based on OpenMP.☆13Nov 2, 2017Updated 8 years ago
- c++ crossplatform cpu and memory usage info by current process☆26Jul 4, 2022Updated 3 years ago
- STL-based caches for C++☆117May 31, 2023Updated 3 years ago
- Yet Another Serialization☆784Feb 18, 2025Updated last year
- Async++ concurrency framework for C++11☆1,418Oct 11, 2024Updated last year
- A fast multi-producer, multi-consumer lock-free concurrent queue for C++11☆12,322Apr 28, 2026Updated last month
- Composable high-level instrumentation for C libraries' malloc and friends☆20Nov 15, 2025Updated 7 months ago
- c++11 framework for building server☆13Feb 15, 2022Updated 4 years ago
- A high-performance, concurrent hash table☆1,740Apr 25, 2026Updated last month
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆766Nov 2, 2025Updated 7 months ago
- C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.☆2,196Mar 14, 2026Updated 3 months ago
- A fast single-producer, single-consumer lock-free queue for C++☆4,575Mar 28, 2026Updated 2 months ago
- A modern C++ network library based on asio for high performance network services☆10May 28, 2020Updated 6 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆75May 13, 2026Updated last month
- Native runtime library equipped with Java/JavaScript-like API☆32Jan 1, 2016Updated 10 years ago
- A fast, memory efficient hash map for C++☆1,305Updated this week
- Thread safe, lock-free memory pool.☆62Apr 1, 2024Updated 2 years ago
- 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…☆77Jan 18, 2024Updated 2 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- Simple out-of-process invoker☆19Jun 25, 2025Updated 11 months ago
- Low Latency C++11 Logging Library☆750Jan 17, 2024Updated 2 years ago
- Go-style concurrency in C++11☆3,305Jul 3, 2023Updated 2 years ago
- A C++11 library for serialization☆4,676Mar 11, 2026Updated 3 months ago
- Non bloated asynchronous logger☆222Sep 13, 2023Updated 2 years ago
- Mustache text templates for modern C++☆400Jun 15, 2025Updated last year
- A C++ micro-benchmarking framework☆367Feb 25, 2020Updated 6 years ago