Re: C# very optimisation



>
> Thank you, i already use unsafe for my processing of course but i would
> like to know more about little optimisations now (juste like "++i" instead
> of "i++")

++i and i++ is not the same if used within things like calling methods and
stuff like that.

Is the one considered faster than the other ?

--
Søren Reinke
www.Xray-Mag.com/ - Your free diving magazin on the net.
Current issue Diving in North America, 99 pages.
Download it in PDF


.