As a new computer science student, I'm curious about which programs are the most demanding on CPU and GPU resources. Specifically, I'd like to know about tools used in AI, front-end, and back-end development. Should I be considering upgrading my computer for these tasks?
3 Answers
For many developers, Google Chrome is notoriously resource-hungry, along with their IDE. The third most intensive program? That varies from person to person!
Honestly, almost any program can be CPU or GPU intensive if the code isn't well-optimized. It all depends on how you write your programs and what you’re trying to accomplish!
Visual Studio Enterprise really takes a toll on the CPU, especially when it’s sifting through huge codebases. Google Chrome is also a heavy hitter when I have tons of tabs open. On the GPU front, I haven't checked much, since I don't have a dedicated GPU, but I can imagine graphic-heavy tasks would be demanding.
What do you mean by Google Chrome? I'm using it just for browsing, is it heavy for development too?