]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/mongodb/benchmark/benchmark.factor
factor: trim using lists
[factor.git] / extra / mongodb / benchmark / benchmark.factor
index 00c09715eae2203768fca260a15cd84271812f94..b3b80d29b3b6289860b779e29b3ca639a53a5f31 100644 (file)
@@ -1,10 +1,9 @@
-USING: calendar math fry kernel assocs ranges bson.reader io.streams.byte-array
-sequences formatting combinators namespaces io tools.time prettyprint io.encodings.binary
-accessors words mongodb.driver strings math.parser bson.writer
-hashtables ;
+USING: accessors assocs bson.reader bson.writer calendar
+formatting hashtables io io.encodings.binary
+io.streams.byte-array kernel math math.parser
+mongodb.driver namespaces ranges sequences strings tools.time ;
 FROM: mongodb.driver => find ;
 FROM: memory => gc ;
-
 IN: mongodb.benchmark
 
 SYMBOL: collection