This website requires JavaScript.
Explore
Help
Register
Sign In
hans
/
lru-cache
Watch
1
Star
0
Fork
0
You've already forked lru-cache
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
1
Commit
1
Branch
0
Tags
e6db2c661c736478576b3227acbed36bc7ea68ce
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Hans Dijkema
e6db2c661c
Initial commit
2026-03-07 21:50:04 +01:00
.gitignore
Initial commit
2026-03-07 21:50:04 +01:00
LICENSE
Initial commit
2026-03-07 21:50:04 +01:00
README.md
Initial commit
2026-03-07 21:50:04 +01:00
README.md
lru-cache
A simple expiring LRU Cache for racket. O(n) behaviour, not optimized for O(1) behaviour.
Reference in New Issue
View Git Blame
Copy Permalink
Description
A simple expiring LRU Cache for racket. O(n) behaviour, not optimized for O(1) behaviour.
Readme
Apache-2.0
45
KiB
Languages
Racket
100%