summaryrefslogtreecommitdiffstats
path: root/python/darts.util.lru/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/darts.util.lru/README')
-rw-r--r--python/darts.util.lru/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/darts.util.lru/README b/python/darts.util.lru/README
new file mode 100644
index 0000000000..3ada09ce48
--- /dev/null
+++ b/python/darts.util.lru/README
@@ -0,0 +1,2 @@
+A simple dictionary with LRU behaviour. Least Recently Used (LRU) is a
+cache alogarithm that discards the least recently used items first.