slackbuilds_ponce/python/darts.util.lru
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
..
darts.util.lru.info
darts.util.lru.SlackBuild
README
slack-desc

A simple dictionary with LRU behaviour. Least Recently Used (LRU) is a
cache alogarithm that discards the least recently used items first.