Wednesday, September 07, 2005

.NET Performance Benchmarks

If you're having some code doing intensive mathematical calculations, I suggest you go check Wesner Moise's benchmarks:
Decimal Performance - Note the horrible performance of the Decimal datatype
Math Functions Performance - Note the difference between x*x and Math.Pow(x,2). How did this pass QA???

Thanks to my friend Gil for pointing these out to me.

No comments: