mohaps / lrucacheView on GitHub
a header only C++ LRU Cache template class (now with optional synchronization) that allows you to define key, value and optionally the Map type. uses a double linked list and a std::map style container to provide fast insert, delete and update
41Aug 30, 2016Updated 10 years ago

Alternatives and similar repositories for lrucache

Users that are interested in lrucache are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.

Sorting:

Are these results useful?