C++ cache with LRU/LFU/FIFO policies implementation
☆382Jun 8, 2026Updated last week
Alternatives and similar repositories for caches
Users that are interested in caches 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
- STL-based caches for C++☆117May 31, 2023Updated 3 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 …☆300Sep 11, 2024Updated last year
- A feature complete LRU cache implementation in C++☆268Dec 16, 2019Updated 6 years ago
- C++14 concurrent lock-free low-latency queue.☆1,857Updated this week
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- C++11 thread-safe container for sharing data between threads (synchronized queue)☆583Jul 18, 2025Updated 11 months ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,527Mar 8, 2024Updated 2 years ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,244Jan 4, 2024Updated 2 years ago
- Fast and memory efficient c++ flat hash table/map/set☆717Updated this week
- A family of header-only, very fast and memory-friendly hashmap and btree containers.☆3,188Jun 10, 2026Updated last week
- C++17 Cache Data Structure Library☆31Nov 25, 2023Updated 2 years ago
- cross-platform coroutine library in c++☆864Jan 20, 2026Updated 4 months ago
- Cache library and distributed caching server. Memcached compatible.☆375Aug 7, 2024Updated last year
- C++20 coroutine library☆961May 2, 2026Updated last month
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.☆2,196Mar 14, 2026Updated 3 months ago
- C++17 Run-time Polymorphism (Type Erasure) library☆496Apr 2, 2025Updated last year
- An async redis client designed for performance and scalability☆280Jun 1, 2026Updated 2 weeks ago
- A fast single-producer, single-consumer lock-free queue for C++☆4,575Mar 28, 2026Updated 2 months ago
- A hybrid thread / fiber task scheduler written in C++ 11☆1,998Apr 27, 2026Updated last month
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆2,225May 8, 2026Updated last month
- Header only c++ network library, based on asio,support tcp,udp,http,websocket,rpc,ssl,icmp,serial_port,socks5.☆923Feb 2, 2026Updated 4 months ago
- Your binary serialization library☆1,245Oct 9, 2025Updated 8 months ago
- geohash implementation in C++☆18Jul 4, 2023Updated 2 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- A high-performance, concurrent hash table☆1,740Apr 25, 2026Updated last month
- animals 是一个对 boost.beast 的更高层次抽象实现,增加常用的功能如ssl,url, socks/http代理等支持,以更易于使用为目标。☆12Nov 11, 2023Updated 2 years ago
- C++ implementation of a fast hash map and hash set using robin hood hashing☆1,485Updated this week
- Fast C++ IPC using shared memory☆628Aug 15, 2022Updated 3 years ago
- Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all☆2,755May 1, 2025Updated last year
- Yet Another Serialization☆784Feb 18, 2025Updated last year
- P1031 low level file i/o and filesystem library for the C++ standard☆1,038Jun 1, 2026Updated 2 weeks 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,610May 29, 2025Updated last year
- The RaftLib C++ library, streaming/dataflow concurrency via C++ iostream-like operators☆997Jan 2, 2024Updated 2 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.
- Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20☆1,702Oct 6, 2024Updated last year
- An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD.☆1,543Dec 31, 2025Updated 5 months ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆766Nov 2, 2025Updated 7 months ago
- C++ port of https://github.com/mourner/flatbush☆19Nov 18, 2020Updated 5 years ago
- A collection of modern C++ libraries, include coro_http, coro_rpc, compile-time reflection, struct_pack, struct_json, struct_xml, struct_…☆2,140Updated this week
- A fast multi-producer, multi-consumer lock-free concurrent queue for C++11☆12,322Apr 28, 2026Updated last month
- A C++ implementation of a LRU cache☆41Jul 8, 2020Updated 5 years ago