- An optimization technique used primarily to speed up computer programs by storing the results of expensive function calls and returning the cached result when the same inputs occur again. Memoization has also been used in other contexts (and for purposes other than speed gains), such as in simple mutually recursive descent parsing. Although related to caching, memoization refers to a specific case of this optimization, distinguishing it from forms of caching such as buffering or page replacement. In the context of some logic programming languages, memoization is also known as tabling. ← Wikipedia
- More about this term (beta): articles and videos, books, web search
- Previous term: Mega menu
- Next term: Menu
- Random term: Translation memory (or roll the dice with webglossary.info/random)