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
- tips-for-optimizing-c-cpp-code
- https://dirtysalt.github.io/html/tips-for-optimizing-c-cpp-code.html
- 8 great ideas in computer architecture
- https://www.elsevier.com/connect/8-great-ideas-in-computer-architecture
- (no term)
- http://jcf94.com/2015/09/09/2015-09-09-cod/