I\'m finding massive performance differences between similar code in C anc C#.
The C code is:
#include #include #inclu
If you just single-step the code at the assembly level, including stepping through the square-root routine, you will probably get the answer to your question.
No need for educated guessing.