Quantcast
Channel: Planet Python
Viewing all articles
Browse latest Browse all 23394

Python⇒Speed: Speeding up software with faster hardware: tradeoffs and alternatives

$
0
0

If you’re writing software to process data, you will often hit performance problems: batch jobs that run too slowly, or use too much memory. One potential solution is purchasing better hardware. With cloud computing, switching to a computer with more cores, or adding more RAM, can be done in a few minutes, or even just a few seconds.

But as with any solution, there are tradeoffs involved. If your first solution to any performance problem is spending more money on hardware, you may eventually end up with software that is unnecessarily slow, hard to speed up, and extremely expensive.

So how do you decide if faster hardware is the correct solution to your software performance problems? In this article we’ll discuss:

  • What money can buy you in terms of hardware.
  • The limits of hardware as a performance solution.
  • The downsides of spending money on hardware.
  • Changing the tradeoff by making it easier to create efficient software from the start.

Thanks to Moshe Zadka, Nelson Elhage, and Alex Gaynor for inspiring this article.

Read more...

Viewing all articles
Browse latest Browse all 23394

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>