3 lines
102 B
Markdown
3 lines
102 B
Markdown
# lru-cache
|
|
|
|
A simple expiring LRU Cache for racket. O(n) behaviour, not optimized for O(1) behaviour. |