package lru

  1. Overview
  2. Docs
Scalable LRU caches

Install

Dune Dependency

Authors

Maintainers

Sources

lru-0.3.1.tbz
sha256=6cbe23d27a7d5b244f869c0b88140d47f70f413a6462ef35c0009325d4b236fd
sha512=81144e258d6e488d4677ade91132401b6f8871c72aadf2f1c190c4dee918c71c5df10c4e690c5bf1ab0f364d87989d44aec3695310a3477f6473eb17c1261734

README.md.html

lru — Scalable LRU caches

v0.3.0-4-gcf049b9

Lru provides weight-bounded finite maps that can remove the least-recently-used (LRU) bindings in order to maintain a weight constraint.

Two implementations are provided: one is functional, the other imperative.

lru is distributed under the ISC license.

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

Documentation

Interface, online.