mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
3a9223ebd3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2 lines
139 B
Text
2 lines
139 B
Text
A simple dictionary with LRU behaviour. Least Recently Used (LRU) is a
|
|
cache alogarithm that discards the least recently used items first.
|