0

Things I do to increase Windows drive performance

Things I do to increase Windows drive performance Everyone knows how much I love to play with and micro-optimize codes when programming. But what little tricks do I do to help with Windows drive performance on my computers/laptops? …

Continue Reading

0

Does caching calculated loop indexes make a difference?

C#

Does caching calculated loop indexes make a difference? Recently I was reviewing code to a real time financial application. Within a major for-loop construct, I came across the following subset of C# code:  

Look how many times [index… Continue Reading