lru
Scalable LRU caches
Description
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.
Documentation
Interface, online.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 03 Apr 2017
- Authors
- Maintainers
Sources
Dependencies
alcotest
with-test
psq
< "0.2.0"
topkg
build
ocamlbuild
build
ocamlfind
build
ocaml
>= "4.02.0" & < "5.0"
Reverse Dependencies