slackbuilds_ponce/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
..
darts.util.lru.info Multiple: Fixed .info file (removed pysetuptools) 2016-01-17 09:40:16 +07:00
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.