Don't Make This Mistake:
Many people ignore Amdahl's Law and do one of the following:
  1. They optimize things they know how to optimize, even if they are rarely used.
  2. 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.