]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/cuckoo-filters/cuckoo-filters.factor
endian: replaces io.binary and io.binary.fast.
[factor.git] / extra / benchmark / cuckoo-filters / cuckoo-filters.factor
index 95e92d95c76498212b51371df4f4595cb2c4dee3..16c668e1bf775a19b3ffdd0857f6caaa22977f43 100644 (file)
@@ -1,4 +1,4 @@
-USING: cuckoo-filters fry io.binary kernel math sequences ;
+USING: cuckoo-filters endian fry kernel math sequences ;
 IN: benchmark.cuckoo-filters
 
 : insert-data ( cuckoo-filter -- cuckoo-filter )