package incr_select
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Handling of large set of incremental outputs from a single input
Install
dune-project
Dependency
Authors
Maintainers
Sources
incr_select-v0.12.0.tar.gz
sha256=52848ff15a1636c24b3ad79be99a4324c48341a928bc38cd3bbbd4a1a65c1134
md5=d00eb011ede05fdbf39d23243078531b
doc/incr_select/Incr_select/Make/argument-1-Incr/State/index.html
Module Incr.State
State
Each call to Incremental.Make creates shared state used by all the incremental functions.
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.tinvariant checks invariants of all necessary nodes, as well as other data structures used for stabilization.
include Core_kernel.Invariant.S with type t := t
val invariant : t -> unitval t : tt is the shared state for this call to Incremental.Make.
val max_height_allowed : t -> intval set_max_height_allowed : t -> int -> unitset_max_height_allowed t height sets the maximum allowed height of nodes. set_max_height_allowed raises if called during stabilization, or if height < max_height_seen t.
val num_active_observers : t -> intnum_active_observers returns (in constant time) the number of observers that have been created and not yet disallowed (either explicitly or via finalization).
val max_height_seen : t -> intconstant-time stats.
val num_nodes_became_necessary : t -> intval num_nodes_became_unnecessary : t -> intval num_nodes_changed : t -> intval num_nodes_created : t -> intval num_nodes_invalidated : t -> intval num_nodes_recomputed : t -> intval num_nodes_recomputed_directly_because_one_child : t -> intval num_nodes_recomputed_directly_because_min_height : t -> intval num_stabilizes : t -> intval num_var_sets : t -> intmodule Stats : sig ... endStats contains information about the DAG intended for human consumption.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page