lruversion

Scalable LRU caches

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.

The library has two implementations: one is functional, the other imperative.

lru is distributed under the ISC license.

Tags data-structure
AuthorDavid Kaloper Meršinjak <david@numm.org>
LicenseISC
Published
Homepagehttps://github.com/pqwy/lru
Issue Trackerhttps://github.com/pqwy/lru/issues
MaintainerDavid Kaloper Meršinjak <david@numm.org>
Dependencies
Source [http] https://github.com/pqwy/lru/releases/download/v0.1.1/lru-0.1.1.tbz
md5=da7b90c2c635064b5f5646ff40bca25b
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/lru/lru.0.1.1/opam
Required by