πIncremental Computing
The idea of Incremental Computing is that re-calculating data with slightly different input is faster than computing data from scratch.
Examples are:
See also:
Rete Algorithmβcan be used in databases to incrementally derive data (?)