|
|
|
|
|
by breischl
3561 days ago
|
|
But different parts of a project usually have different performance goals. Typically just the important/frequently used parts need to be optimized. Infrequently used things (maybe setup, admin interface, options dialog) can usually just be "good enough." So one could say that within a project, 80% of the code isn't performance critical. |
|
But if you don't know what they are it is very hard to back into acceptable performance.