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

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to