slackbuilds/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
..
README python/darts.util.lru: Added (Dictionary with LRU behaviour). 2015-11-18 23:38:11 +07:00
darts.util.lru.SlackBuild python/darts.util.lru: Switch to i586. 2016-12-24 07:33:28 +07:00
darts.util.lru.info Multiple: Fixed .info file (removed pysetuptools) 2016-01-17 09:40:16 +07:00
slack-desc python/darts.util.lru: Added (Dictionary with LRU behaviour). 2015-11-18 23:38:11 +07:00

README

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