2 lines
162 B
Text
2 lines
162 B
Text
ocaml-lru provides LRU caches for OCaml. These are size-bounded finite maps that
|
|
remove the least-recently-used (LRU) bindings to maintain their size constraint.
|