summaryrefslogtreecommitdiff
path: root/misc/ruby-memoizable/DESCR
blob: e3a07d83c3eab338e05bbf554d7681ab9915e56a (plain)
1
2
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.