gregreen / LRUCache

Header-only C++ implementation of a least-recently-used cache.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LRUCache

A header-only C++ implementation of a least-recently-used cache. This code uses the C++14 standard.

See src/main.cpp for examples of how to use the code.

About

Header-only C++ implementation of a least-recently-used cache.

License:MIT License


Languages

Language:C++ 97.5%Language:CMake 2.5%