package orsetto

  1. Overview
  2. Docs
A library of assorted structured data interchange languages

Install

Dune Dependency

Authors

Maintainers

Sources

r1.0.1.tar.gz
sha256=f64814687276bad56483b2b8dfaaf70d0d6485f67fe5d44bff34bfa47af1896e
md5=3a15a377800cf988a310b4082406c685

doc/orsetto.cf/Cf_dfa/Aux/Eager/index.html

Module Aux.Eager

This module contains functions for creating dispatch modules that are eager about pre-computing some frequently used events and storing their transitions in a

f_disjoint_interval.Map

object for faster and more cache-friendly dispatch.

val of_chars : char Seq.t -> (module Char_dispatch)

Use of_chars s to make a dispatch module for char events that eagerly computes the transitions for all the characters in s.

val of_ints : int Seq.t -> (module Int_dispatch)

Use of_chars s to make a dispatch module for int events that eagerly computes the transitions for all the integers in s.

OCaml

Innovation. Community. Security.