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