summaryrefslogtreecommitdiff
path: root/devel/ocaml-lru/DESCR
blob: 89071f7651b889e75e4934e84e791e76b74f5ad7 (plain)
1
2
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.