I\'m finding massive performance differences between similar code in C anc C#.
The C code is:
#include #include #inclu
my first guess is a compiler optimization because you never use root. You just assign it, then overwrite it again and again.
Edit: damn, beat by 9 seconds!