(computer science) A technique in which partial results are recorded (forming a memo) and then can be re-used later without having to recompute them.
noun
(computer science)
A technique in which partial results are recorded (forming a memo) and then can be re-used later without having to recompute them.
hyphenation: me·mo·i·za·ción;
An optimization technique used primarily to speed up computer programs by having function calls avoid repeating the calculation of results for previously-processed inputs. (source: Wikipedia)