]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/hashtables/hashtables.factor
rename math.statistics:cum-map to sequences:accumulate*
[factor.git] / extra / benchmark / hashtables / hashtables.factor
index f310c15be22a74de17b2165f6ccaf2cd0fb2cedc..d6738de9b6e458e8b2b20f9cc30b6b49868c684b 100644 (file)
@@ -7,7 +7,7 @@ QUALIFIED: assocs
 IN: benchmark.hashtables
 
 MEMO: strings ( -- str )
-    1 100 [a,b] 1 [ + ] accumulate nip [ number>string ] map ;
+    0 100 [a,b) 1 [ + ] accumulate* [ number>string ] map ;
 
 :: add-delete-mix ( hash keys -- )
     keys [| k |