Incremental Computations Without Recomputing Everything
Incremental is an OCaml library for building incremental computations: a dependency graph of values that updates efficiently when inputs change. It tracks dependencies, recomputes only observed outputs on stabilize, and supports dynamic reconfiguration via bind and performance tuning via cutoffs.