mohaps / lrucache11Links
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…
☆295Updated 9 months ago
Alternatives and similar repositories for lrucache11
Users that are interested in lrucache11 are comparing it to the libraries listed below
Sorting:
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆379Updated 4 years ago
- High performance C++11 thread pool☆578Updated 4 years ago
- C++ library for executors☆508Updated 8 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
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- A high performance, shared memory, lock free, cross platform, single file, no dependencies, C++11 key-value store☆549Updated last year
- Boost.Coroutine2☆135Updated 2 months ago
- C++ implementation of a memory efficient hash map and hash set☆351Updated 9 months ago
- A STL allocator that mmaps files☆247Updated 4 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.