vpetrigo / cachesLinks
C++ cache with LRU/LFU/FIFO policies implementation
☆372Updated last month
Alternatives and similar repositories for caches
Users that are interested in caches are comparing it to the libraries listed below
Sorting:
- A C++ library providing various concurrent data structures and reclamation schemes.☆623Updated 3 months ago
- A fast work-stealing queue template in C++☆326Updated last year
- High performance C++11 thread pool☆584Updated 5 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆328Updated last year
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆493Updated 3 years ago
- Fast and memory efficient c++ flat hash table/map/set☆652Updated last week
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆185Updated 5 years ago
- C++20 coroutine library☆866Updated last week
- C++11 thread-safe container for sharing data between threads (synchronized queue)☆572Updated 3 months ago
- C++ implementation of a memory efficient hash map and hash set☆363Updated last week
- We make any object thread-safe and std::shared_mutex 10 times faster to achieve the speed of lock-free algorithms on >85% reads☆519Updated 3 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆211Updated 2 years ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆315Updated 4 months ago
- Coroutines for C++20 & asio☆319Updated 3 weeks ago
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆457Updated last month
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,103Updated last year
- nanorpc - lightweight RPC in pure C++ 17☆244Updated 2 years ago
- Fast C++ IPC using shared memory☆621Updated 3 years ago
- Ultra fast C++11 allocator for STL containers.☆274Updated 3 years ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆389Updated 5 years ago
- A highly optimized single producer single consumer message queue C++ template☆276Updated 3 years ago
- Yet Another Serialization☆766Updated 8 months ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- Asynchronous gRPC with Asio/unified executors☆431Updated this week
- cross-platform coroutine library in c++☆863Updated 4 months ago
- Modern C++ B-tree containers☆277Updated 2 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆329Updated 4 years ago
- A concurrent thread-safe hash map implemented in C++☆147Updated 2 years ago
- C++14 lock-free queue.☆1,759Updated this week
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,408Updated last year