vpetrigo / cachesLinks
C++ cache with LRU/LFU/FIFO policies implementation
☆371Updated 2 weeks ago
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.☆613Updated last month
- High performance C++11 thread pool☆581Updated 5 years ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆493Updated 3 years ago
- A fast work-stealing queue template in C++☆321Updated last year
- Fast and memory efficient c++ flat hash table/map/set☆638Updated this week
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆321Updated last year
- C++20 coroutine library☆842Updated 2 weeks ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆185Updated 5 years ago
- C++ implementation of a memory efficient hash map and hash set☆362Updated 2 weeks ago
- A concurrent thread-safe hash map implemented in C++☆146Updated 2 years ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,072Updated last year
- Performance benchmark framework for C++ with nanoseconds measure precision☆313Updated 2 months ago
- Ultra fast C++11 allocator for STL containers.☆273Updated 3 years ago
- A highly optimized single producer single consumer message queue C++ template☆275Updated 3 years ago
- Coroutines for C++20 & asio☆312Updated 3 weeks ago
- nanorpc - lightweight RPC in pure C++ 17☆244Updated 2 years ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,370Updated last year
- Fast C++ IPC using shared memory☆621Updated 3 years 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 …☆296Updated last year
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆451Updated last week
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆330Updated 4 years ago
- C++ library for executors☆509Updated 9 years ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆760Updated last year
- Yet Another Serialization☆765Updated 7 months ago
- Boost.Lockfree☆143Updated last month
- C++ hash map and hash set which preserve the order of insertion☆554Updated last year
- A feature complete LRU cache implementation in C++☆257Updated 5 years ago
- C++11 metaprogramming library☆267Updated 3 weeks ago
- An async redis client designed for performance and scalability☆265Updated last week
- Asynchronous gRPC with Asio/unified executors☆432Updated 2 months ago