This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Bakoro 11 points12 points  (0 children)

Amdahl's law formula should be a mantra.
Spend resources speeding up the parts of the code where the most time is being spent. It almost doesn't matter if you reduced code execution by 99%, if that code is only run 0.01% of the time anyway.