pkgsrc/devel/ocaml-lru/DESCR

3 lines
162 B
Text
Raw Normal View History

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.