Amol Ravande's Performance blog

Go Faster, Stronger and Higher

September, 2007

Posts
  • Amol Ravande's Performance blog

    Need for speed:Loop performance

    • 1 Comments
    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...
  • Amol Ravande's Performance blog

    Timing Managed code in .NET

    • 1 Comments
    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...
Page 1 of 1 (2 items)