]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/hashtables/hashtables.factor
factor: trim using lists
[factor.git] / extra / benchmark / hashtables / hashtables.factor
index 4fd605b5172d604938e92a1ec2b1c6e6aac2575f..b29cb3d43d3e8a9686b623842a64bd8c23d0904f 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors assocs combinators grouping kernel locals math
-math.parser ranges memoize sequences ;
+USING: accessors assocs combinators grouping kernel math
+math.parser ranges sequences ;
 IN: benchmark.hashtables
 
 MEMO: strings ( -- str )