vpetrigo / cachesLinks
C++ cache with LRU/LFU/FIFO policies implementation
☆372Updated 3 months ago
Alternatives and similar repositories for caches
Users that are interested in caches are comparing it to the libraries listed below
Sorting:
- A fast work-stealing queue template in C++☆320Updated last year
- A C++ library providing various concurrent data structures and reclamation schemes.☆610Updated last month
- High performance C++11 thread pool☆581Updated 4 years ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆492Updated 3 years ago
- C++20 coroutine library☆829Updated this week
- Fast and memory efficient c++ flat hash map/set☆631Updated last week
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆319Updated last year
- C++ implementation of a memory efficient hash map and hash set☆362Updated 11 months ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆199Updated last year
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆185Updated 5 years ago
- A highly optimized single producer single consumer message queue C++ template☆273Updated 3 years ago
- Coroutines for C++20 & asio☆305Updated last week
- Ultra fast C++11 allocator for STL containers.☆273Updated 3 years ago
- Yet Another Serialization☆765Updated 6 months 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☆519Updated 3 years ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆312Updated 2 months ago
- C++11 metaprogramming library☆266Updated last month
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,061Updated last year
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆330Updated 4 years ago
- Comprehensive benchmarks of C++ maps☆313Updated 2 years ago
- A feature complete LRU cache implementation in C++☆256Updated 5 years ago
- C++ hash map and hash set which preserve the order of insertion☆551Updated 11 months ago
- nanorpc - lightweight RPC in pure C++ 17☆243Updated 2 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated 2 years ago
- C++11 thread-safe container for sharing data between threads (synchronized queue)☆554Updated last month
- An async redis client designed for performance and scalability☆262Updated last week
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆448Updated 5 months ago
- A modern, fast, lightweight thread pool library based on C++2x☆525Updated last week
- Fast C++ IPC using shared memory☆620Updated 3 years ago
- Asynchronous gRPC with Asio/unified executors☆432Updated last month