]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/fasta/fasta.factor
factor: trim using lists
[factor.git] / extra / benchmark / fasta / fasta.factor
index 08471170764a41865a87e937ef615ee8ee893d4b..c36d67c932f1744b49e564724332ef9ce86dbb91 100644 (file)
@@ -1,7 +1,7 @@
 ! Based on http://shootout.alioth.debian.org/gp4/benchmark.php?test=fasta&lang=java&id=2
 USING: alien.data assocs benchmark.reverse-complement
 byte-arrays io io.encodings.ascii io.files kernel math sequences
-sequences.private specialized-arrays splitting strings typed ;
+sequences.private specialized-arrays strings typed ;
 QUALIFIED-WITH: alien.c-types c
 SPECIALIZED-ARRAY: c:double
 IN: benchmark.fasta