bn:03589709n
Noun Concept
Categories: Articles with permanently dead external links, Software optimization, Computer performance
EN
memoization  automatic memoization  Memo function  Memo functions  memoisation
EN
In computing, memoization or memoisation is an optimization technique used primarily to speed up computer programs by storing the results of expensive function calls to pure functions and returning the cached result when the same inputs occur again. Wikipedia
Definitions
Relations
Sources
EN
In computing, memoization or memoisation is an optimization technique used primarily to speed up computer programs by storing the results of expensive function calls to pure functions and returning the cached result when the same inputs occur again. Wikipedia
Software optimization technique Wikidata
An optimization technique used primarily to speed up computer programs by having function calls avoid repeating the calculation of results for previously-processed inputs. OmegaWiki
A technique in which partial results are recorded (forming a memo) and then can be re-used later without having to recompute them. Wiktionary