vpetrigo / caches
C++ cache with LRU/LFU/FIFO policies implementation
☆350Updated 8 months ago
Alternatives and similar repositories for caches:
Users that are interested in caches are comparing it to the libraries listed below
- C++20 coroutine library☆647Updated 2 months ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆523Updated last year
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆947Updated last year
- A fast work-stealing queue template in C++☆300Updated 11 months ago
- Fast and memory efficient c++ flat hash map/set☆531Updated this week
- Yet Another Serialization☆736Updated 9 months ago
- C++ implementation of a memory efficient hash map and hash set☆341Updated 3 months ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆487Updated 2 years ago
- High performance C++11 thread pool☆573Updated 4 years ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,224Updated 10 months ago
- Ultra fast C++11 allocator for STL containers.☆274Updated 3 years ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆732Updated 3 months ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆327Updated 3 years ago
- Comprehensive benchmarks of C++ maps☆302Updated last year
- A lock-free multi-producer multi-consumer ring buffer FIFO queue.☆177Updated 5 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 …☆294Updated 4 months ago
- C++14 lock-free queue.☆1,571Updated last month
- We make any object thread-safe and std::shared_mutex 10 times faster to achieve the speed of lock-free algorithms on >85% reads☆514Updated 2 years ago
- cross-platform coroutine library in c++☆834Updated last year
- A header-only C++ library for task concurrency☆623Updated last year
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆286Updated 5 months ago
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆429Updated 7 months ago
- Fast C++ IPC using shared memory☆561Updated 2 years ago
- An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability…☆505Updated this week
- Coroutines for C++20 & asio☆244Updated 3 weeks ago
- C++ library for storing and printing backtraces.☆446Updated this week
- P1031 low level file i/o and filesystem library for the C++ standard☆904Updated this week
- C++ hash map and hash set which preserve the order of insertion☆527Updated 3 months ago
- Simple C++ Config Loader Framework(Serialization & Reflection)☆229Updated last year
- Scope Guard & Defer C++☆163Updated 11 months ago