slackbuilds/python/darts.util.lru
Robby Workman 065bbe93dc Multiple: Fixed .info file (removed pysetuptools)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2016-01-17 09:40:16 +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: Added (Dictionary with LRU behaviour). 2015-11-18 23:38:11 +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.