lru-cache
2023-06-18
A least-recently-used cache structure
Upstream URL
Author
Nicolas Hafner <shinmera@tymoon.eu>
Maintainer
Nicolas Hafner <shinmera@tymoon.eu>
License
zlib
# About
This is an implementation of a least-recently-used cache datastructure, useful for tracking a limited set of resource allocations with minimal evictions.
See ``lru-cache``, ``make-lru-cache``, etc.