Need help with Programming Environment - Stack Overflow most recent 30 from stackoverflow.com 2009-12-01T09:15:06Z http://stackoverflow.com/feeds/question/54652 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/54652/need-help-with-programming-environment 1 Need help with Programming Environment Vaibhav 2008-09-10T16:48:46Z 2009-02-26T05:56:15Z <p>I am a .net developer (currently using Visual Studio 2008). I am looking to buy a new computer which I don't want to change for the next 3 years.</p> <p>Among the choices I have, I am thinking whether a dual core 3 GHz machine will be better, or will a 2.4 GHz quad core machine be better?</p> <p>Please help.</p> <p>Update: This is what I got finally: Intel Q9550 (quad core with 12 M Cache) 4 GB RAM 10K rpm hard drive</p> http://stackoverflow.com/questions/54652/need-help-with-programming-environment/54657#54657 2 Answer by Joel Coehoorn for Need help with Programming Environment Joel Coehoorn 2008-09-10T16:50:52Z 2008-09-10T16:50:52Z <p>Currently a higher-clocked dual-core system is probably faster for use with Visual Studio.</p> <p>However, that could change over the next three years, and <strong>if you want to be able to test your own multi-threaded code</strong> the quad core system is probably the better choice.</p> http://stackoverflow.com/questions/54652/need-help-with-programming-environment/54663#54663 3 Answer by Craig for Need help with Programming Environment Craig 2008-09-10T16:52:10Z 2008-09-10T16:52:10Z <p>I don't believe VS 2008 takes advantage of multiple cores so going with the GHz over the cores would be the solid move. On the other hand... You can run more instances on the other cores. </p> <p>Given that I would still probably go for the GHz over the cores since not that many things take real advantage of the excess cores. Of course that is very likely to change in the future. :)</p> http://stackoverflow.com/questions/54652/need-help-with-programming-environment/54671#54671 3 Answer by Jason Navarrete for Need help with Programming Environment Jason Navarrete 2008-09-10T16:53:43Z 2008-09-10T16:53:43Z <p>Our illustrious Jeff Attwood actually has a blog post on this topic:</p> <ul> <li><a href="http://www.codinghorror.com/blog/archives/000942.html" rel="nofollow">Choosing Dual or Quad Core</a></li> </ul> <p>However, I would get a quad. Might as well.</p> http://stackoverflow.com/questions/54652/need-help-with-programming-environment/54684#54684 2 Answer by chakrit for Need help with Programming Environment chakrit 2008-09-10T16:56:38Z 2008-09-10T17:03:30Z <p>For programming tasks, <strong>Harddisk speeds</strong> is a bigger bottleneck than CPU clock speeds.</p> <p>I believe Jeff has mentioned that during his <a href="http://www.codinghorror.com/blog/archives/000905.html" rel="nofollow">Building a PC series</a> as well as in Scott Hanselman's <a href="http://www.hanselman.com/blog/TheCodingHorrorUltimateDeveloperRigThrowdownPart1.aspx" rel="nofollow">Ultimate Developer rig series</a></p> <p>Those 2 series of blog posts provide loads of useful information you might want to take a look</p> http://stackoverflow.com/questions/54652/need-help-with-programming-environment/54691#54691 1 Answer by Darren Kopp for Need help with Programming Environment Darren Kopp 2008-09-10T16:58:24Z 2008-09-10T16:58:24Z <p>I say go for the quad core. Then you can OC it to 3GHz. Then it's the best of both worlds.</p> http://stackoverflow.com/questions/54652/need-help-with-programming-environment/54706#54706 2 Answer by Martín Marconcini for Need help with Programming Environment Martín Marconcini 2008-09-10T17:02:24Z 2008-09-10T17:02:24Z <p>Three years is a lot of time, I'd go for the quad core. The reason is: Today, Visual Studio won't use it, but in three years… you don't know. Given that you're aiming for a system that might last about three years, that would be, IMO, the wisest decision. </p> <p>On the other hand, the speed difference between 2.4 a 3.0 on a single core could be noticeable. But as others have mentioned, get a 10.000rpm hard drive and you'll be happier.</p> <p>Good luck with your system!</p> http://stackoverflow.com/questions/54652/need-help-with-programming-environment/54759#54759 2 Answer by theschmitzer for Need help with Programming Environment theschmitzer 2008-09-10T17:17:40Z 2008-09-10T17:17:40Z <p>Max out your RAM. The linker is RAM-intensive, and so is Visual Studio.</p> <p>Does anyone think the next version of VS will use less RAM?</p> http://stackoverflow.com/questions/54652/need-help-with-programming-environment/544690#544690 2 Answer by patricksweeney for Need help with Programming Environment patricksweeney 2009-02-13T04:14:01Z 2009-02-13T04:14:01Z <p>I would worry much more about RAM and HDD speed. </p> http://stackoverflow.com/questions/54652/need-help-with-programming-environment/544769#544769 0 Answer by Uri for Need help with Programming Environment Uri 2009-02-13T04:48:16Z 2009-02-13T04:48:16Z <p>I would definitely go with as many cores as possible even if each is somewhat smaller.</p> <p>Most frustrations as a developer (and a computer user in general) come not from the time it takes to do an operation but rather with the slowing-to-a-churn of other things as a major operation is taking place, or with the jittery start-and-stops of fluent movement that occur. </p> <p>Considering that most IDEs run a crapload of threads, and you are also probably using other applications, more cores are better and reduce the switching load on the computer.</p> <p>For example, I typically run: 1) Eclipse IDE, which keeps the console for the program that is running 2) Another copy of Eclipse IDE or the application I am testing 3) A database server 4) Some other daemons.</p> <p>I would much rather have all four run at the same time then have them run faster but have to switch. </p> http://stackoverflow.com/questions/54652/need-help-with-programming-environment/544773#544773 0 Answer by tim for Need help with Programming Environment tim 2009-02-13T04:53:59Z 2009-02-13T04:53:59Z <p>Given the frustration I have with a two core machine and seeing high CPU usage, I think my blood pressure would rise less on a 4 processor box...</p> <p>That and lots more memory.</p> http://stackoverflow.com/questions/54652/need-help-with-programming-environment/589275#589275 0 Answer by Scott Hanselman for Need help with Programming Environment Scott Hanselman 2009-02-26T05:56:15Z 2009-02-26T05:56:15Z <p>Visual Studio is VERY disk intensive. That is your #1 concern. Plus, if you're using MSBuild, you can use as many cores as you want by compiling from the command line.</p> <p>Tip 1: Get a Quad. Tip 2: Get a 10k RPM Boot Drive Tip 3: Put Windows and VS on one disk, and all your code on another Tip 4: Run 64bit Vista with 4+ Gigs of RAM.</p> <p>This can all be done under $1000.</p>