package caqti

  1. Overview
  2. Docs
Unified interface to relational database libraries

Install

Dune Dependency

Authors

Maintainers

Sources

caqti-0.10.1.tbz
sha256=e2b1d83b54f4583fc1cf4775d006c68cab4ec0b95a359ab724d5305ada737280
md5=7abd1ee41a02eb7483617cbc22b09691

doc/caqti/Caqti_heap/index.html

Module Caqti_heapSource

(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.

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

Innovation. Community. Security.