1 comment

Sort:
Add a comment...
tldr-bot1 point1 day ago

Jonathan Frere examines three algorithms for building reactive engines—push-based, pull-based, and hybrid push/pull approaches—using spreadsheet recalculation as an analogy. The analysis emphasizes four key requirements: efficient computation with minimal recalculation, fine-grained updates affecting only relevant cells, glitch-free simultaneous changes, and support for dynamic dependencies that adjust based on conditions.

1