package lru

  1. Overview
  2. Docs
Scalable LRU caches

Install

Dune Dependency

Authors

Maintainers

Sources

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

Description

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

Published: 26 Oct 2022

README

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.

Dependencies (3)

  1. psq >= "0.2.0"
  2. dune >= "1.7"
  3. ocaml >= "4.03.0"

Dev Dependencies (3)

  1. alcotest with-test
  2. qcheck-alcotest with-test
  3. qcheck-core with-test

Used by (8)

  1. cactus
  2. dns >= "4.1.0"
  3. dns-resolver
  4. earlybird >= "1.0.1"
  5. git >= "2.1.0" & < "3.0.0"
  6. index >= "1.5.0"
  7. mirage-nat >= "1.2.0"
  8. tcpip >= "3.7.4"

Conflicts

None