LAZYEVALUATION
Lazy evaluation
In programming language theory, lazy evaluation, or call-by-need is an evaluation strategy which delays the evaluation of an expression until its value is needed and which also avoids repeated evaluations . The sharing can reduce the running time of certain functions by an exponential factor over other non-strict evaluation strategies, such as call-by-name.The above text is a snippet from Wikipedia: Lazy evaluation
and as such is available under the Creative Commons Attribution/Share-Alike License.
lazy evaluation
Noun
- Any of a variety of computing techniques that delay the computation of expressions until (and unless) the results are needed.
The above text is a snippet from Wiktionary: lazy evaluation
and as such is available under the Creative Commons Attribution/Share-Alike License.