Mature Optimization - Part 2
Recap This is part 2 of a series about finding a structured, repeatable way to optimize software. In part 1 of this series, we talked about a process for making decisions about performance without having to worry about committing the "premature optimization" sin. Basically, it comes down to these steps: 1. Goals - Set some performance goals early in the life of the project and continue to revisit and adjust them as needed. 2. Testing - Test your system to see if it meets the

