On Jun 22, 10:12 pm, Bulat Ziganshin <[email protected]> wrote: > Hello Kamil, > > Tuesday, June 23, 2009, 12:54:49 AM, you wrote: > > > I went back to using Strings instead of ByteStrings and with that > > hashtable the program finishes in 31.5s! w00t! > > and GC times are? also, try ByteString+HT, it should be pretty easy to > write hashByteString
GC time is 10%. I'll try ByteString+HT tonight. It might indeed be faster because BloomFilter+String is slower that BloomFilter +ByteString. _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
