vpetrigo / cachesLinks
C++ cache with LRU/LFU/FIFO policies implementation
☆377Updated this week
Alternatives and similar repositories for caches
Users that are interested in caches are comparing it to the libraries listed below
Sorting:
- A High-Performance Work-Stealing Queue for C++☆333Updated 3 weeks ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆496Updated 3 years ago
- High performance C++11 thread pool☆584Updated 5 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆632Updated 5 months ago
- Fast and memory efficient c++ flat hash table/map/set☆676Updated 2 weeks ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆338Updated last year
- C++ implementation of a memory efficient hash map and hash set☆366Updated 2 months ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆189Updated 6 years ago
- C++20 coroutine library☆905Updated this week
- Coroutines for C++20 & asio☆330Updated this week
- Ultra fast C++11 allocator for STL containers.☆273Updated 4 years ago
- An async redis client designed for performance and scalability☆272Updated last week
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆329Updated 4 years ago
- C++11 metaprogramming library☆280Updated last week
- Performance benchmark framework for C++ with nanoseconds measure precision☆322Updated 6 months ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 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☆521Updated 3 years ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,151Updated 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☆467Updated 2 months ago
- A STL allocator that mmaps files☆254Updated 4 years ago
- Yet Another Serialization☆771Updated 11 months ago
- A header-only C++ library for task concurrency☆632Updated 2 years ago
- Asynchronous gRPC with Asio/unified executors☆448Updated 3 weeks ago
- cross-platform coroutine library in c++☆869Updated last week
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆229Updated 2 years ago
- C++ hash map and hash set which preserve the order of insertion☆566Updated 2 months ago
- A header only C++11 LRU Cache template class that allows you to define key, value and optionally the Map type. uses a double linked list …☆298Updated last year
- nanorpc - lightweight RPC in pure C++ 17☆245Updated 3 years ago
- C++ Benchmark Authoring Library/Framework☆862Updated 3 months ago
- A highly optimized single producer single consumer message queue C++ template☆282Updated 3 years ago