Best performance Quote by John Ousterhout
“The best performance improvement is the transition from the nonworking state to the working state.”
About This Quote
Source Speech: 1995 ACM SIGOPS Ouster, John Ousterhout
Transition from idle to active state yields the greatest performance gains.
In simple terms: Moving from idle to active improves performance.
Activate to improve performance.
Themes
Mood
Type
When to use this quote
- software development
- system administration
- process improvement
Key Concepts
Questions to Reflect On
- What idle processes could be activated?
- How to measure transition benefits?
May overlook cost of transition overhead.