GeistHaus
log in · sign up

GitHub - lord/anchors: self adjusting computations in rust

github.com

self adjusting computations in rust. Contribute to lord/anchors development by creating an account on GitHub.

4 pages link to this URL
A Library for Incremental Computing

Incremental computing is a software feature which, whenever a piece of data changes, attempts to save time by only recomputing those outputs which depend on the changed data. This post describes how this feature works and how you might go about implementing it.