speculative evaluation

speculative evaluation

(parallel)A technique used in parallel processing wheresome evaluation may be started before it is known whether itis needed (Eager evaluation). This may result in some wastedprocessing and may introduce unnecessary non-terminatingprocesses but it can reduce the overall run time by makingsome needed results available earlier than they would beotherwise.

Opposite: conservative evaluation.