C1
a programming technique where an expression is not evaluated until its value is actually needed.
Meanings
a programming technique where an expression is not evaluated until its value is actually needed.
In Haskell, lazy evaluation allows for the creation of infinite lists.
Synonyms
Antonyms
a strategy in computer science to delay the evaluation of an expression until its value is required to optimize performance.
Lazy evaluation can improve performance by avoiding unnecessary calculations.
Synonyms
Antonyms
Last updated: 2025/01/11 11:58
