[Haskell-cafe] Re: SHA1 again

Anatoly Yakovenko aeyakovenko at gmail.com
Sun Jul 15 23:53:14 EDT 2007


this is my current one
http://hpaste.org/1704

doing a sum with yours (2nd one on http://hpaste.org/1695#a2) on a 4mb mp3 i got

real    0m33.147s
user    0m13.129s
sys     0m0.724s

with mine i got

real    0m1.262s
user    0m1.096s
sys     0m0.120s

On 7/15/07, Malte Milatz <malte at gmx-topmail.de> wrote:
> I wrote:
> > Before I started tweaking (with the help of the IRC channel), I had read
> > the input in as a ByteString, then unpacked it to [Word8] for further
> > processing.
>
> I forgot to mention that I still used ByteString.length here.  That may
> be a very important factor.
>
> Malte
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>


More information about the Haskell-Cafe mailing list