Incremental computation engine for Rust and Python: tracks dependencies between computations and only reruns what changed. Combines function DAGs with delta-based collections in a single runtime.
-
Updated
Jun 12, 2026 - Rust
Incremental computation engine for Rust and Python: tracks dependencies between computations and only reruns what changed. Combines function DAGs with delta-based collections in a single runtime.
Incremental self-adjusting computation library in Lean4
Incremental computation engine for Go with live what-if worlds: fork the graph into N scenarios that pin some inputs and track the rest live, all updated by one stabilization. Data-shaped topology (Bind), per-key diff collections, O(divergence) scenario cost.
Reactive real-time risk and limits engine in OCaml. Risk quantities are nodes in a self-adjusting computation graph (Jane Street Incremental), so a tick recomputes only what depends on it — never the whole book.
Add a description, image, and links to the self-adjusting-computation topic page so that developers can more easily learn about it.
To associate your repository with the self-adjusting-computation topic, visit your repo's landing page and select "manage topics."