mohaps / lrucache11
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 and a std::unordered_map style container to provide fast insert, delete and update No dependencies other than the C++ standard library. This is a C++11 remake of my earlier LRUCache project (https://github.com…
☆294Updated 6 months ago
Alternatives and similar repositories for lrucache11:
Users that are interested in lrucache11 are comparing it to the libraries listed below
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆374Updated 4 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
- C++ library for executors☆501Updated 8 years ago
- High performance C++11 thread pool☆573Updated 4 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆179Updated 5 years ago
- A fast work-stealing queue template in C++☆305Updated last year
- A STL allocator that mmaps files☆246Updated 3 years ago
- STL-based caches for C++☆115Updated last year
- A header-only C++ library for task concurrency☆625Updated last year
- A C++ await/yield emulation library for stackless coroutine☆335Updated last year
- C++ integer-to-string conversion benchmark☆340Updated last month
- C++ implementation of a memory efficient hash map and hash set☆347Updated 6 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 3 years ago
- C++ TCP Library - NO LONGER MAINTAINED☆382Updated 6 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated last year
- Experimental C++11 version of sparsehash☆289Updated 2 years ago
- Low Latency C++11 Logging Library☆731Updated last year
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆418Updated 3 years ago
- A highly optimized single producer single consumer message queue C++ template☆260Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 6 months ago
- Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.☆494Updated last year
- Bloom filters for C++11☆356Updated 3 years ago
- Non bloated asynchronous logger☆222Updated last year
- cross-platform coroutine library in c++☆838Updated 2 weeks ago
- Adapters for interfacing libuv with C++ resumable functions☆116Updated 6 months ago
- Boost.Coroutine2☆130Updated 2 weeks ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆487Updated 2 years ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 6 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆524Updated 7 years ago