]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/hashtables/hashtables.factor
factor: arch -> arch-name. fix breakage caused by other patch.
[factor.git] / extra / benchmark / hashtables / hashtables.factor
index 545d107977a737e0bac740af630b360088718857..f310c15be22a74de17b2165f6ccaf2cd0fb2cedc 100644 (file)
@@ -3,6 +3,7 @@
 USING: accessors assocs combinators kernel locals math
 math.ranges memoize sequences strings hashtables
 math.parser grouping ;
+QUALIFIED: assocs
 IN: benchmark.hashtables
 
 MEMO: strings ( -- str )
@@ -32,7 +33,7 @@ MEMO: strings ( -- str )
     ] map drop
 
     keys [
-        hash [ 1 + ] change-at
+        hash [ 1 + ] assocs:change-at
     ] each ;
 
 : string-mix ( hash -- )