Performance Optimizing Principles/性能优化的原则

目录

1 Ahmdal's Law

  • make the common case fast and the rare case correct.

2 Make the Common Case Fast

3 Performance via Parallelism

4 Performance via Pipelining

5 Performance via Prediction

6 Hierarchy of Memories

7 Dependability via Redundancy

8 Reference Links