lrucache
lrucache copied to clipboard
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 containe...
Results
1
lrucache issues
Sort by
recently updated
recently updated
newest added
`m_keys.remove(iter->second);`