Does speed of an C/C++, Windows console application depend on whether the target is 32 or 64 bit?
- by Anon
Supposing that memory is not an issue does targeting a 64 bit OS make a C/C++ Windows console application run faster?
Update: Prompted by a few comments/answers the application involves statistical algorithms (e.g., linear algebra, random number draws etc).