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