package lru

  1. Overview
  2. Docs
Scalable LRU caches

Install

Dune Dependency

Authors

Maintainers

Sources

lru-0.1.1.tbz
sha256=7f3dbf20dcd3b19aa1d950c73fe9be587d7217ed019601cd0a87b4443b581499
md5=da7b90c2c635064b5f5646ff40bca25b

README.md.html

lru — Scalable LRU caches

v0.1.1

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.

Homepage: https://github.com/pqwy/lru

Documentation

Interface, online.

OCaml

Innovation. Community. Security.