Is the Release Build always faster than the Debug build (because, the release build is optimizing a lot)?, even if I write the fastest performance code possible?
Or is it possible to write C++ code (using debug) which is as fast as the Release Build?
I'm just curious if my code Is too slow, because I notice a respectable difference, when I do performance tests.