Jan. 26, 2017
12:53 p.m.
On 26 Jan 2017, at 00:30, phil@highoctane.be wrote:
SomeClass>>#initialize self memoize: #someMethod:andParms:.
and bingo, automatic method memoization keyed by the objects passed.
I had a prototype called âvigorous cachingâ. It worked for methods without parameters though (http://blog.yuriy.tymch.uk/2016/02/vigorous-caching-in-pharo-or-how-i-used.h... <http://blog.yuriy.tymch.uk/2016/02/vigorous-caching-in-pharo-or-how-i-used.h...>)