]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/dispatch3/dispatch3.factor
Specialized array overhaul
[factor.git] / extra / benchmark / dispatch3 / dispatch3.factor
index 94925f0d7958853e6ad724880605b72940feea4f..58301b57af14328d57ca20b5b6efb8c1f2e3e3c5 100644 (file)
@@ -1,6 +1,7 @@
 USING: sequences math mirrors splitting grouping
 kernel make assocs alien.syntax columns
-specialized-arrays.double bit-arrays ;
+specialized-arrays bit-arrays ;
+SPECIALIZED-ARRAY: double
 IN: benchmark.dispatch3
 
 GENERIC: g ( obj -- str )