Skip to content

ilnarb/lru_cache

Repository files navigation

Simple LRU cache implementation

Template class provides generalized LRU cache.

Algorithmic complexity of the cache is the same as std::unordered_map complexity: almost O(1).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published