slackbuilds_ponce/python/darts.util.lru/README

3 lines
139 B
Text
Raw Normal View History

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