I have a graph algorithm I don't need to run from scratch when invoking a function because I've been tracking the necessary information in advance. The opposite of lazy evaluation, or "reversed memoization", so to say.
Is there a name for this way of processing data?