Initial commit

This commit is contained in:
2026-03-07 21:50:04 +01:00
commit e6db2c661c
3 changed files with 93 additions and 0 deletions

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# lru-cache
A simple expiring LRU Cache for racket. O(n) behaviour, not optimized for O(1) behaviour.