vpetrigo / cachesLinks
C++ cache with LRU/LFU/FIFO policies implementation
☆370Updated 3 months ago
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++☆319Updated last year
- High performance C++11 thread pool☆581Updated 4 years ago
- Fast and memory efficient c++ flat hash map/set☆626Updated last week
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆493Updated 3 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆605Updated 2 weeks ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆314Updated last year
- C++20 coroutine library☆822Updated this week
- C++ implementation of a memory efficient hash map and hash set☆360Updated 11 months ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆184Updated 5 years ago
- Ultra fast C++11 allocator for STL containers.☆273Updated 3 years ago
- Coroutines for C++20 & asio☆298Updated last week
- Comprehensive benchmarks of C++ maps☆311Updated 2 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated 2 years ago
- A highly optimized single producer single consumer message queue C++ template☆272Updated 3 years ago
- Fast C++ IPC using shared memory☆619Updated 3 years ago
- An async redis client designed for performance and scalability☆260Updated last week
- A modern, fast, lightweight thread pool library based on C++2x☆520Updated last week
- Performance benchmark framework for C++ with nanoseconds measure precision☆311Updated last month
- Yet Another Serialization☆764Updated 6 months ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆330Updated 4 years ago
- Asynchronous gRPC with Asio/unified executors☆429Updated last month
- A header-only C++ library for task concurrency☆630Updated 2 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆199Updated last year
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,050Updated last year
- A low overhead nanosecond clock based on x86 TSC☆337Updated 6 months ago
- C++11 thread-safe container for sharing data between threads (synchronized queue)☆554Updated last month
- C++11 metaprogramming library☆264Updated last week
- Simple C++ Config Loader Framework(Serialization & Reflection)☆238Updated 2 years ago
- Scope Guard & Defer C++☆176Updated last year
- We make any object thread-safe and std::shared_mutex 10 times faster to achieve the speed of lock-free algorithms on >85% reads☆520Updated 3 years ago