X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fbenchmark%2Fdispatch4%2Fdispatch4.factor;h=4b127d4aa1a1b6932ae893f0dc85cb3b1be20ab8;hp=fac33a802fcf0b654e9509f075c07e0471316c10;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/benchmark/dispatch4/dispatch4.factor b/extra/benchmark/dispatch4/dispatch4.factor index fac33a802f..4b127d4aa1 100644 --- a/extra/benchmark/dispatch4/dispatch4.factor +++ b/extra/benchmark/dispatch4/dispatch4.factor @@ -1,5 +1,4 @@ -USING: kernel.private kernel sequences math combinators -sequences.private ; +USING: kernel math sequences.private ; IN: benchmark.dispatch4 : dispatch4 ( n -- val )