slackbuilds_ponce/python/darts.util.lru
Brenton Earl dd5da493e3
python/darts.util.lru: Switch to i586.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-12-24 07:33:28 +07:00
..
darts.util.lru.info
darts.util.lru.SlackBuild python/darts.util.lru: Switch to i586. 2016-12-24 07:33:28 +07:00
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.