
25 Nov
2008
25 Nov
'08
3:39 p.m.
Bartosz Wójcik
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