C++ LRU Cache TemplateSimple Caching Primitives
- Author
- Download
- (direct download)
- SVN
- (svn url)
- Docs
- (docs)
- License
- GPL Public License
Fast, thread safe C++ template with Least Recently Used (LRU) removal semantics. Complete with a comprehensive unit test suite. Threading features require the BOOST scientific library to be installed.
C++cachingcareercodeleast-recently-usedstltemplates
Posted on:April 8th, 2004undercode, lifelines.
Posted on:April 8th, 2004undercode, lifelines.

