vpetrigo / cachesLinks
C++ cache with LRU/LFU/FIFO policies implementation
☆374Updated 2 months 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.☆625Updated 3 months ago
- A fast work-stealing queue template in C++☆327Updated last year
- High performance C++11 thread pool☆584Updated 5 years ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆494Updated 3 years ago
- Fast and memory efficient c++ flat hash table/map/set☆661Updated 3 weeks ago
- C++20 coroutine library☆875Updated last week
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆329Updated last year
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆187Updated 5 years ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆319Updated 4 months ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆217Updated 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☆520Updated 3 years ago
- Coroutines for C++20 & asio☆323Updated 3 weeks ago
- Asynchronous gRPC with Asio/unified executors☆437Updated 2 weeks ago
- C++ implementation of a memory efficient hash map and hash set☆364Updated last month
- Ultra fast C++11 allocator for STL containers.☆275Updated 3 years ago
- Fast C++ IPC using shared memory☆623Updated 3 years ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- Example programs for Talking Async videos☆206Updated 2 years ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,114Updated last year
- A high performance C++ log library, producing structured binary logs☆755Updated 3 weeks ago
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆462Updated last week
- A highly optimized single producer single consumer message queue C++ template☆277Updated 3 years ago
- A concurrent thread-safe hash map implemented in C++☆147Updated 2 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
- An async redis client designed for performance and scalability☆269Updated last week
- A very fast cross-platform memory pool mechanism for C++ built using a data-oriented approach (3 to 24 times faster than regular new or d…☆266Updated last year
- nanorpc - lightweight RPC in pure C++ 17☆244Updated 2 years ago
- A header-only C++ library for task concurrency☆629Updated 2 years ago
- Loki is a C++ library of designs, containing flexible implementations of common design patterns and idioms.☆252Updated 12 years ago
- Modern C++ B-tree containers☆276Updated 2 years ago