package lru

  1. Overview
  2. Docs

Description

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

Published: 10 Apr 2019

README

lru — Scalable LRU caches

v0.3.0

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" & < "5.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