vpetrigo / cachesLinks
C++ cache with LRU/LFU/FIFO policies implementation
☆377Updated last week
Alternatives and similar repositories for caches
Users that are interested in caches are comparing it to the libraries listed below
Sorting:
- High performance C++11 thread pool☆585Updated 5 years ago
- A High-Performance Work-Stealing Queue for C++☆333Updated last month
- A C++ library providing various concurrent data structures and reclamation schemes.☆633Updated 6 months ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆338Updated last year
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆496Updated 3 years ago
- Fast and memory efficient c++ flat hash table/map/set☆680Updated 3 weeks ago
- Ultra fast C++11 allocator for STL containers.☆272Updated 4 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆189Updated 6 years ago
- Coroutines for C++20 & asio☆331Updated last week
- C++ implementation of a memory efficient hash map and hash set☆366Updated 3 months ago
- C++20 coroutine library☆910Updated this 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☆521Updated 3 years ago
- An async redis client designed for performance and scalability☆272Updated last week
- Performance benchmark framework for C++ with nanoseconds measure precision☆323Updated 6 months ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆232Updated 2 years ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- Yet Another Serialization☆772Updated 11 months ago
- A highly optimized single producer single consumer message queue C++ template☆282Updated 3 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 bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,164Updated 2 years ago
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆468Updated 2 months ago
- Fast C++ IPC using shared memory☆626Updated 3 years ago
- C++11 metaprogramming library☆281Updated 2 weeks ago
- A concurrent thread-safe hash map implemented in C++☆149Updated 2 years ago
- A header-only C++ library for task concurrency☆632Updated 2 years ago
- Scope Guard & Defer C++☆182Updated 2 years ago
- nanorpc - lightweight RPC in pure C++ 17☆245Updated 3 years ago
- cross-platform coroutine library in c++☆870Updated 3 weeks ago
- A modern, fast, lightweight thread pool library based on C++2x☆553Updated 3 weeks ago
- Asynchronous gRPC with Asio/unified executors☆448Updated last month