vpetrigo / cachesLinks
C++ cache with LRU/LFU/FIFO policies implementation
☆376Updated 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++☆330Updated last year
- High performance C++11 thread pool☆585Updated 5 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆626Updated 4 months ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆494Updated 3 years ago
- Fast and memory efficient c++ flat hash table/map/set☆663Updated last month
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆333Updated last year
- Performance benchmark framework for C++ with nanoseconds measure precision☆318Updated 5 months ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,127Updated last year
- C++20 coroutine library☆885Updated this week
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.