C++ cache with LRU/LFU/FIFO policies implementation
☆377Feb 1, 2026Updated last month
Alternatives and similar repositories for caches
Users that are interested in caches 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
- 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 feature complete LRU cache implementation in C++☆264Dec 16, 2019Updated 6 years ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,476Mar 8, 2024Updated last year
- C++14 lock-free queue.☆1,818Feb 17, 2026Updated 2 weeks ago
- C++11 thread-safe container for sharing data between threads (synchronized queue)☆574Jul 18, 2025Updated 7 months ago
- Fast and memory efficient c++ flat hash table/map/set☆688Feb 18, 2026Updated 2 weeks ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,168Jan 4, 2024Updated 2 years ago
- cross-platform coroutine library in c++☆869Jan 20, 2026Updated last month
- A family of header-only, very fast and memory-friendly hashmap and btree containers.☆3,152Dec 6, 2025Updated 2 months ago
- C++20 coroutine library☆922Feb 22, 2026Updated last week
- Your binary serialization library☆1,221Oct 9, 2025Updated 4 months ago
- C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.☆2,158Feb 19, 2026Updated 2 weeks ago
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆2,182Feb 15, 2026Updated 2 weeks ago
- C++17 Run-time Polymorphism (Type Erasure) library☆496Apr 2, 2025Updated 11 months ago
- An async redis client designed for performance and scalability☆270Feb 25, 2026Updated last week
- Header only c++ network library, based on asio,support tcp,udp,http,websocket,rpc,ssl,icmp,serial_port,socks5.☆920Feb 2, 2026Updated last month
- C++17 Cache Data Structure Library☆29Nov 25, 2023Updated 2 years ago
- C++ implementation of a fast hash map and hash set using robin hood hashing☆1,449Nov 2, 2025Updated 4 months ago
- A hybrid thread / fiber task scheduler written in C++ 11☆1,993Feb 22, 2025Updated last year
- Cache library and distributed caching server. Memcached compatible.☆374Aug 7, 2024Updated last year
- A high-performance, concurrent hash table☆1,733Mar 31, 2025Updated 11 months ago
- The RaftLib C++ library, streaming/dataflow concurrency via C++ iostream-like operators☆996Jan 2, 2024Updated 2 years ago
- A fast single-producer, single-consumer lock-free queue for C++☆4,499Jun 25, 2025Updated 8 months ago
- Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20☆1,672Oct 6, 2024Updated last year
- Json benchmark based on nativejson-benchmark☆35Feb 6, 2025Updated last year
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,596May 29, 2025Updated 9 months ago
- geohash implementation in C++☆18Jul 4, 2023Updated 2 years ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆765Nov 2, 2025Updated 4 months ago
- Event Dispatcher and callback list for C++☆1,645Dec 8, 2024Updated last year
- Yet Another Serialization☆772Feb 18, 2025Updated last year
- It's easy to mapping yaml to cpp's struct☆31Apr 29, 2024Updated last year
- Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all☆2,740May 1, 2025Updated 10 months ago
- Fast C++ IPC using shared memory☆627Aug 15, 2022Updated 3 years ago
- An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD.☆1,514Dec 31, 2025Updated 2 months ago
- C++ implementation of a fast and memory efficient HAT-trie☆859Nov 11, 2025Updated 3 months ago
- A Header-Only cross-platform C++ TCP network library . We can use vcpkg(https://github.com/Microsoft/vcpkg/tree/master/ports/brynet) ins…☆1,068Aug 25, 2024Updated last year
- universal serialization engine☆1,299Feb 11, 2026Updated 3 weeks ago