Difference beetween windows binary execution and linux binary execution

David Barbassat <[email protected]> Thu, 05 Jul 2012 09:58:42 +0200 (CEST)
Newsgroups gmane.comp.gcc.gnat
Message-ID <f7c32a0f-f2c7-4d41-aa40-1cfa044dfcf7@largo>
Hello,

I done a little program which take a file (text_io), analyze it and write some datas into files (manage by direct_io).

Under linux the time to execute the analyze is arround 20 seconds and under windows xp 32b : 2 minutes 10 !

Where is the bug ?!

Regards

Nab