caqti
Caqti_heap
(internal) Min-heap.
This is a very simple implementation deemed sufficient for Caqti_pool. There are more optimal algorithms if you need the best performance on larger heaps.
Caqti_pool
caqti.v1
module type S = sig ... end
module Make (Elt : Set.OrderedType) : S with type elt = Elt.t