Quantitative principles
Most important principle in computer design:
- Make the common case fast -- optimize for the normal case.
- Identify the frequently requested case(s)
- Estimate the performance improvement by making these cases faster
- Carry out the optimization, if satisfactory