Cf_disjoint_intervalData structures founded on vectors of sorted disjoint intervals.
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.
module Core : sig ... endModules with core functions for use with disjoint intervals.
module Set : sig ... endModules of distinguished set implementations.
module Map : sig ... endModules of distinguished map implementations.