vpetrigo / cachesLinks
C++ cache with LRU/LFU/FIFO policies implementation
☆367Updated 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.☆600Updated this week
- A fast work-stealing queue template in C++☆315Updated last year
- Fast and memory efficient c++ flat hash map/set☆620Updated this week
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆492Updated 2 years ago
- High performance C++11 thread pool☆580Updated 4 years ago
- C++ implementation of a memory efficient hash map and hash set☆357Updated 10 months ago
- C++20 coroutine library☆810Updated 2 weeks ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆314Updated last year
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆183Updated 5 years ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,034Updated last year
- Coroutines for C++20 & asio☆297Updated this week
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆186Updated last year
- Comprehensive benchmarks of C++ maps☆311Updated 2 years ago
- Fast C++ IPC using shared memory☆588Updated 2 years ago
- Ultra fast C++11 allocator for STL containers.☆274Updated 3 years ago
- Yet Another Serialization☆762Updated 5 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☆520Updated 3 years ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆307Updated 2 weeks ago
- A highly optimized single producer single consumer message queue C++ template☆268Updated 2 years ago
- A STL allocator that mmaps files☆248Updated 4 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☆443Updated 4 months ago
- C++ library for executors☆510Updated 8 years ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,340Updated last year
- 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 10 months ago
- Modern C++ B-tree containers☆274Updated last year
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆748Updated 10 months ago
- C++11 thread-safe container for sharing data between threads (synchronized queue)☆550Updated 2 weeks ago
- A low overhead nanosecond clock based on x86 TSC☆336Updated 5 months ago
- An async redis client designed for performance and scalability☆258Updated this week
- A modern, fast, lightweight thread pool library based on C++2x☆518Updated 7 months ago