]> gitweb.factorcode.org Git - factor.git/history - extra/benchmark/memoize/memoize.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / extra / benchmark / memoize / memoize.factor
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2012-07-18 John Benediktssonbenchmark.memoize: add zero arg memoized function.
2012-07-17 John Benediktssonbenchmark.memoize: adding a benchmark for memoization.