Search Results

3
votes

Porting 32 bit C++ code to 64 bit - is it worth it? Why?

If your program has no need to run under 64-bit, why would you? If you are not memory bound, and you don't have huge datasets, there is no point. The new Miata doesn't have bigger tires, beca …