lru-cache
A simple implementation of a LRU cache.
Description
ocaml-lru-cache is a simple OCaml implementation of a cache using the Least Recently Used (LRU) strategy.
ocaml-lru-cache is a simple OCaml implementation of a cache using the Least Recently Used (LRU) strategy.