|
|
|
|
|
by re-thc
14 days ago
|
|
> but to people working on code that either doesn't impact the overall program's performance much or it does but not due to layout And that's the problem. Who decides that? How do you know and that's my problem with it. Things always change. It's always temporary, not in the hot path, doesn't matter etc until it does. So what is considered "doesn't impact" often comes back to bite. |
|
If your profile shows you a hot path that's responsible for 90% of the time your program spends, any second optimising anything outside of it harms your performance, as it's a second spent on low ROI instead of high ROI.