lazy evaluation
English
Noun
lazy evaluation (plural lazy evaluations)
- (computing) Any of a variety of computing techniques that delay the computation of expressions until (and unless) the results are needed.
- [2014, Alejandro Serrano Mena, Beginning Haskell: A Project-Based Approach, Apress, →ISBN, page 5:
- By default, Haskell uses an execution strategy called lazy evaluation. Under laziness, an expression is never evaluated until it is needed for the evaluation of a larger one.]
Antonyms
- eager evaluation
- strict evaluation
See also
This article is issued from Wiktionary. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.