Module Caqti_platform.HeapSource

Internal min-heap implementation.

This is a simple min-heap implementation deemed sufficient for the Pool module. There are algorithms better suited for larger heaps.

Sourcemodule type S = sig ... end
Sourcemodule Make (Elt : Set.OrderedType) : S with type elt = Elt.t