An Example of Code Optimization for Performance
I went through some old documents and found a some notes I wrote while optimizing a renderer written in AS3/Flash. I thought I'd post it here to show how performance optimizations usually proceed: Each one usually only raises the number of frames per second by a few percent, and none doubles it, but after 10 rounds of that the code is more than twice as fast.
[Expand]