Bartosz Wójcik <[EMAIL PROTECTED]> writes:

>>> while working on my resent project I've noticed that my code seems to be
>>> faster under Windows than under Linux x64.

>> Is Windows running in 32 bit? What gcc versions are you using on each
>> system?

> Windows is 32 bit with GHC-6.8.3.
> Linux is 64 bit with GHC-6.10.1.

This corresponds to my experiences - 64 bits is slower, something I've
ascribed to the cost of increased pointer size.

-k
-- 
If I haven't seen further, it is by standing in the footprints of giants
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to