1 min read
few-vital-code-functions-account-for-massive-reduction-in-code-run-time

Related: [[./Programming MOC|Programming MOC]]


a minority of the code is responsible for the majority of the run time

spending a lot of time optimizing trivial code is not going to help!

successful (and large) companies spend their focus time on the vital 20% of code that’s executed most often by users

  • example: you click of File Explorer multiple times a day, but very rarely change access rights to a file!