package caqti

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

caqti-0.10.2.tbz
sha256=d688bd22f6fde5be5a755900545fade0d5fdce6dbcb0b85770d02dad87c41e7c
md5=d18745a703da336054c0d27e78f8be8a

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