Skip to content

A simple, header-only C++ library for Least-Recently-Used Caching

License

Notifications You must be signed in to change notification settings

fabianbs96/LRUCache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LRUCache

A simple cache with fixed size and least-recently-used replacement strategy. Comes with a simple pool-allocator that can be used to speedup standard containers.

This is a header-only library. Just add the include/ directory to your include-paths. The makefile can be used to build the (very simple) test program.

About

A simple, header-only C++ library for Least-Recently-Used Caching

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published