Many people ignore Amdahl's Law and do one of the following:
- They optimize things they know how to optimize, even if they are rarely used.
- They optimize things they know are called frequently, even if they don't drive the
program's performance.
While optimization is always a good idea, optimizing the wrong things will have a negligible
effect on the program's performance.
|