Y
Hacker News
new
|
ask
|
show
|
jobs
by
tlarkworthy
1507 days ago
the topological dependency order of cells is computed, and only (logically) downstream dependencies are recomputed on a code change. See
https://observablehq.com/@observablehq/how-observable-runs
1 comments
hueyluey
1506 days ago
Is "topological dependency order of cells" different from what an average person would understand from saying "dependency order of cells"?
link
tlarkworthy
1506 days ago
yeah it's the technical name for the intuitive sort order you need for a graph of dependencies.
link