package lru

  1. Overview
  2. Docs

Module type Lru.WeightedSource

Signature of types with measurable weight.

Sourcetype t
Sourceval weight : t -> int

weight t is a measure of ts contribution towards the total map capacity. Weight must be strictly positive.

OCaml

Innovation. Community. Security.