package caqti

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

Install

Dune Dependency

Authors

Maintainers

Sources

caqti-v2.0.1.tbz
sha256=7eb57225c521fe25395653d960b1c381bb2b2ccae47bc2a827bb16611988da8b
sha512=eeafaf495b08fb8620ddee1711b8f9fa2ca0c79fb450a905c8d071806b7046d665e1e2ac0e7d3c7ca1258455decbf184e689e9ecb2453ec9d952b864f9dd14f4

doc/caqti.platform/Caqti_platform/Heap/index.html

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
OCaml

Innovation. Community. Security.