[Haskell-cafe] Re: SHA1 again
Malte Milatz
malte at gmx-topmail.de
Mon Jul 16 01:36:16 EDT 2007
Anatoly Yakovenko:
> you probably got crappy timings with mine because it was compiled with
> -prof, and without all the optimization options.
Alright, with your current version and without -prof I get
real 0m1.176s
user 0m1.104s
sys 0m0.056s
while mine doesn't get better than (thanks for mentioning
-funbox-strict-fields -fexcess-precision):
real 0m6.242s
user 0m6.136s
sys 0m0.092s
Current crypto with the same flags:
real 0m19.993s
user 0m19.757s
sys 0m0.216s
Malte
More information about the Haskell-Cafe
mailing list