Skip to content
#

thread-safe

Here are 259 public repositories matching this topic...

A header only C++17 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. The goal was to create a fast LRUCache header only library and to avoid an…

  • Updated Oct 10, 2020
  • C++

Improve this page

Add a description, image, and links to the thread-safe topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the thread-safe topic, visit your repo's landing page and select "manage topics."

Learn more