2012-05-05 01:24:21 -04:00
|
|
|
USING: calendar math.order memoize.syntax sequences threads
|
|
|
|
tools.test tools.time ;
|
|
|
|
|
|
|
|
IN: memoize.syntax.tests
|
|
|
|
|
|
|
|
[ t ] [
|
|
|
|
{ 1/8 1/8 1/8 1/8 1/16 1/16 1/16 }
|
|
|
|
[ MEMO[ seconds sleep ] each ] benchmark
|
2015-07-02 16:37:42 -04:00
|
|
|
0.18e9 0.25e9 between?
|
2012-05-05 01:24:21 -04:00
|
|
|
] unit-test
|