Fast and memory efficient LRU cache for Python
A fixed size dict like container which evicts Least Recently Used (LRU) items once size limit is exceeded. There are many python implementations available which does similar things. This is a fast and efficient C implementation. LRU maximum capacity can be modified at run-time.
$
pkg install py311-lru-dictOrigin
devel/py-lru-dict
Size
33.8KiB
License
MIT
Maintainer
driesm@FreeBSD.org
Dependencies
1 packages
Required by
0 packages