pqwy/lru

Scalable LRU caches for OCaml

OCaml

46

25 commits

updated Oct 25, 2022

See the code

README

lru — Scalable LRU caches

%%VERSION%%

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.

Contributors

pqwy

24 commits

avsm

1 commits

pqwy/lru

Scalable LRU caches for OCaml

OCaml

46

25 commits

updated Oct 25, 2022

See the code

README

lru — Scalable LRU caches

%%VERSION%%

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.

Contributors

pqwy

24 commits

avsm

1 commits

Languages

OCaml

100.0%