lru
Scalable LRU caches
Description
Lru provides weight-bounded finite maps that can remove the least-recently-used (LRU) bindings in order to maintain a weight constraint.
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
- 26 Oct 2022
- Authors
- Maintainers
Sources
lru-0.3.1.tbz
sha256=6cbe23d27a7d5b244f869c0b88140d47f70f413a6462ef35c0009325d4b236fd
sha512=81144e258d6e488d4677ade91132401b6f8871c72aadf2f1c190c4dee918c71c5df10c4e690c5bf1ab0f364d87989d44aec3695310a3477f6473eb17c1261734
Dependencies
alcotest
with-test
qcheck-alcotest
with-test
qcheck-core
with-test
psq
>= "0.2.0"
dune
>= "1.7"
ocaml
>= "4.03.0"
Reverse Dependencies