Author: Nathanael Jones | Posted on: 4/18/2009 7:31:01 PM | Views : 789

Many people think of "performance tuning" as optimizing loops, algorithms, and memory use. In truth, however, you don't get the huge performance gains from optimizing CPU and memory use (which is good), but from eliminating I/O calls. ...

Go to the complete details ...