vpetrigo / cachesLinks
C++ cache with LRU/LFU/FIFO policies implementation
☆371Updated last month
Alternatives and similar repositories for caches
Users that are interested in caches are comparing it to the libraries listed below
Sorting:
- A fast work-stealing queue template in C++☆321Updated last year
- A C++ library providing various concurrent data structures and reclamation schemes.☆617Updated 2 months ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆492Updated 3 years ago
- High performance C++11 thread pool☆582Updated 5 years ago
- C++20 coroutine library☆857Updated last week
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆327Updated last year
- Fast and memory efficient c++ flat hash table/map/set☆645Updated 2 weeks ago
- Coroutines for C++20 & asio☆314Updated this week
- C++ implementation of a memory efficient hash map and hash set☆363Updated last month
- An async redis client designed for performance and scalability☆268Updated last week
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆208Updated last year
- Ultra fast C++11 allocator for STL containers.☆273Updated 3 years ago
- C++11 thread-safe container for sharing data between threads (synchronized queue)☆569Updated 3 months ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆186Updated 5 years ago
- Asynchronous gRPC with Asio/unified executors☆430Updated 3 months ago
- A header-only C++ library for task concurrency☆630Updated 2 years ago
- Fast C++ IPC using shared memory☆621Updated 3 years 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☆518Updated 3 years ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆312Updated 3 months ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,087Updated last year
- A modern, fast, lightweight thread pool library based on C++2x☆530Updated last month
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆330Updated 4 years ago
- Example programs for Talking Async videos☆205Updated 2 years ago
- Comprehensive benchmarks of C++ maps☆315Updated 2 years ago
- C++11 metaprogramming library☆269Updated 2 weeks ago
- A high performance C++ log library, producing structured binary logs☆734Updated last week
- A highly optimized single producer single consumer message queue C++ template☆276Updated 3 years ago
- Scope Guard & Defer C++☆177Updated last year
- Simple C++ Config Loader Framework(Serialization & Reflection)☆239Updated 3 weeks ago
- A very fast cross-platform memory pool mechanism for C++ built using a data-oriented approach (3 to 24 times faster than regular new or d…☆261Updated last year