Clip
Optimizing Programs and Compilers
The optimization of a program is often underestimated by programmers who assume that the hardest parts to write will be the hardest for the computer to execute. However, identifying the parts of the program that consume the most computational resources can help compilers run more efficiently.