Welcome to MSDN Blogs Sign in | Join | Help

Amol Ravande's Performance blog

Go Faster, Stronger and Higher

September 2007 - Posts

Need for speed:Loop performance
For those guys who havent heard about Loop unrolling here is a brief description about it. Loop unrolling is a way of optimizing the code by manipulating the iteration variable in the body of the loop thus reducing the number of checks each time the loop Read More...
Timing Managed code in .NET
Lets start off with a simple, yet quite useful article on Timing Managed code . I will be using this in my future articles to test performance of certain pieces of code. A lot of sites mention the use of WIN32 functions QueryPerformanceCounter and QueryPerformanceFrequency Read More...
Page view tracker