Faster hardware is a bad first solution to slow software
Faster hardware is a bad first solution to slow software

pythonspeed.com
Faster hardware is a bad first solution to slow software

Faster hardware is a bad first solution to slow software
Faster hardware is a bad first solution to slow software
You're viewing a single thread.
Hmm. I'd actually argue it's a good solution in some cases. We run multiple services where load is intermittent, services are short-lived, or the code is complex and hard to refactor. Just adding hardware resources can be a much cheaper solution than optimizing code.
It can be cheap in the short term, but is not always an overall sustainable solution.