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.
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.1.0/lru-0.1.0.tbz sha256=aaa9956be0387bf39561a96e54e584cf5408d104770118b4c0b669398432071f md5=8ec9dd3bc0e817f4093b505e570bba03 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/lru/lru.0.1.0/opam |
Required by
- mirage-nat<1.2.0
- tcpip>=3.6.0 & <3.7.4