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.
Documentation
Interface, online.
Tags | data-structure |
---|---|
Author | David Kaloper Meršinjak <david@numm.org> |
License | ISC |
Published | |
Homepage | https://github.com/pqwy/lru |
Issue Tracker | https://github.com/pqwy/lru/issues |
Maintainer | David Kaloper Meršinjak <david@numm.org> |
Dependencies | |
Source [http] | https://github.com/pqwy/lru/releases/download/v0.2.0/lru-0.2.0.tbz sha256=a0d5a8622c6389679253da8a0ee3834bba42537e6e3029a57441d59c9396a72d md5=0de0ccda69b0b07a1c8169395782617f |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/lru/lru.0.2.0/opam |
Required by
- anycache>=0.7.4
- git=2.0.0
- mirage-nat<1.2.0
- tcpip>=3.6.0 & <3.7.4