slackbuilds_ponce/python/darts.util.lru/README
Brenton Earl 3a9223ebd3 python/darts.util.lru: Added (Dictionary with LRU behaviour).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-11-18 23:38:11 +07:00

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.