vpetrigo / caches
C++ cache with LRU/LFU/FIFO policies implementation
☆358Updated 11 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☆719Updated 3 weeks ago
- High performance C++11 thread pool☆576Updated 4 years ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆490Updated 2 years ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆979Updated last year
- A C++ library providing various concurrent data structures and reclamation schemes.☆575Updated 3 weeks ago
- Fast and memory efficient c++ flat hash map/set☆589Updated last week
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,279Updated last year
- C++ hash map and hash set which preserve the order of insertion☆531Updated 6 months ago
- C++ implementation of a memory efficient hash map and hash set☆344Updated 6 months ago
- A modern, fast, lightweight thread pool library based on C++20☆492Updated 3 months ago
- A highly optimized single producer single consumer message queue C++ template☆261Updated 2 years ago
- A header-only C++ library for task concurrency☆626Updated last year
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆329Updated 4 years ago
- cross-platform coroutine library in c++☆840Updated last month
- nanorpc - lightweight RPC in pure C++ 17☆243Updated 2 years ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆297Updated this week
- Coroutines for C++20 & asio☆270Updated this week
- C++11 metaprogramming library☆256Updated last week
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆178Updated 5 years ago
- C++14 lock-free queue.☆1,630Updated last week
- C++ library for storing and printing backtraces.☆460Updated last week
- A fast work-stealing queue template in C++☆305Updated last year
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆739Updated 6 months ago
- A miniature library for struct-field reflection in C++☆552Updated last month
- C++ library for executors☆501Updated 8 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☆436Updated 3 weeks 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☆517Updated 2 years ago
- An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability…☆524Updated 2 weeks ago
- Scope Guard & Defer C++☆171Updated last year
- Fast C++ IPC using shared memory☆572Updated 2 years ago