vpetrigo / cachesLinks
C++ cache with LRU/LFU/FIFO policies implementation
☆365Updated last month
Alternatives and similar repositories for caches
Users that are interested in caches are comparing it to the libraries listed below
Sorting:
- Fast and memory efficient c++ flat hash map/set☆612Updated last week
- C++20 coroutine library☆784Updated last week
- High performance C++11 thread pool☆578Updated 4 years ago
- A fast work-stealing queue template in C++☆308Updated last year
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆492Updated 2 years ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,004Updated last year
- A C++ library providing various concurrent data structures and reclamation schemes.☆593Updated 2 months ago
- C++ implementation of a memory efficient hash map and hash set☆351Updated 9 months ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,313Updated last year
- Comprehensive benchmarks of C++ maps☆309Updated 2 years ago
- A header-only C++ library for task concurrency☆628Updated 2 years ago
- cross-platform coroutine library in c++☆848Updated this week
- 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
- nanorpc - lightweight RPC in pure C++ 17☆243Updated 2 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆178Updated last year
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆183Updated 5 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 2 months ago
- C++17 Run-time Polymorphism (Type Erasure) library☆479Updated 2 months ago
- Coroutines for C++20 & asio☆287Updated this week
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆743Updated 8 months ago
- Performance benchmark framework for C++ with nanoseconds measure precision☆304Updated 2 months ago
- C++11 metaprogramming library☆260Updated 2 weeks ago
- C++ hash map and hash set which preserve the order of insertion☆538Updated 9 months ago
- P1031 low level file i/o and filesystem library for the C++ standard☆954Updated 3 weeks ago
- C++ library for executors☆508Updated 8 years ago
- A STL allocator that mmaps files☆247Updated 4 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆308Updated 10 months ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆567Updated 10 months ago
- C++11 thread-safe container for sharing data between threads (synchronized queue)☆540Updated this week
- A modern, fast, lightweight thread pool library based on C++20☆504Updated 5 months ago