package orsetto
A library of assorted structured data interchange languages
Install
Dune Dependency
Authors
Maintainers
Sources
r1.1.tar.gz
sha256=6e6f59fc6a2c590b1b377e40f2120a548e6f09e61e7eb12ffa45cf2d517316b8
md5=533153cd4a9fe8093d3b98afc1073bc8
doc/orsetto.cf/Cf_disjoint_interval/index.html
Module Cf_disjoint_interval
Data structures founded on vectors of sorted disjoint intervals.
Overview
This module implements set and map data structures using multiplicative binary search data structures where keys correspond to table elements that comprise disjoint intervals. Distinguished instances are provided for sets and maps where elements are disjoint intervals of char
and int
types. These are useful for fast cache-friendly instances of ASCII and Unicode character sets and maps.
Types and Signatures
module Core : sig ... end
Modules with core functions for use with disjoint intervals.
module Set : sig ... end
Modules of distinguished set implementations.
module Map : sig ... end
Modules of distinguished map implementations.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page