~williewillus/racket-caching

In-memory caches for Racket
Add stat tracking to arc, add random-replacement
Make fast queue have youngest at head since that's the canonical way

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~williewillus/racket-caching
read/write
git@git.sr.ht:~williewillus/racket-caching

You can also use your local clone with git send-email.

#racket-caching

In-memory caches.

Currently implemented algorithms:

  • Adaptive Replacement Cache (ARC)
  • Random Replacement

Planned algorithms:

  • Least Recently Used (LRU)
  • More

#Contributing

See https://sr.ht/~williewillus/racket-libraries