summaryrefslogtreecommitdiffstats
path: root/python/darts.util.lru/README
blob: 3ada09ce481644ab324df0216a50fe0fc4b9a00c (plain)
A simple dictionary with LRU behaviour. Least Recently Used (LRU) is a
cache alogarithm that discards the least recently used items first.