2014-08-11 13:27:10 +02:00

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.