mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
3 lines
142 B
Plaintext
3 lines
142 B
Plaintext
Memoization is an optimization that saves the return value of a method
|
|
so it doesn't need to be re-computed every time that method is called.
|