vote up 1 vote down star

I have to make a recommendation to management regarding whether or not we should spend the extra money to purchase new computers with Intel i7 CPUs (i7 950s) or whether we should buy Intel Core 2 Quad processors (Q9550s or something equivalent.)

Our main task are Microsoft Visual C++ development, thus we are aiming to ensure the best compile and link times for our money.

The i7 systems are $600 more each than the Intel Core 2 Quad systems. The GHz of the CPUs is basically equivalent.

Is that extra money justified in terms of additional compilation/link performance?

flag
Great question, the interesting questions of interest to those knee deep in it never get upmodded, just the questions on virtual destructors! – polyglot Oct 10 at 23:51

3 Answers

vote up 3 vote down check

Compiles that would use all cores are probably disk bound anyway. Go for the Core 2 Quad and you'll be happy for years to come.

added from comments:

If you have $600 to spare, get a nice SSD for the code OR the libraries, you'll get a very decent compile time speed increase from that.

link|flag
So you are suggested that we put the money into a good Intel or OCZ SSD drive (which I understand are equivalent on the high end in terms of performance)? Not a bad idea actually. I understand that these top end SSD drives cost about $500 each anyhow. – mindless_developer_man Oct 1 at 18:44
1  
You'll probably see a bigger boost with an SSD rather than Core i7 vs Core 2. – Michael Oct 1 at 18:47
yes, you would see a better boost in speed using an SSD. – gbrandt Oct 1 at 18:48
2  
I should add that I tried an SSD. It didn't really speed up our compiles that much. I then purchased an i7 920 and it cut our compile times in half. Thus it was better to purchase an i7 920 -- it blew me away how fast it was. I think the speed up was partially due to the fact that it uses DDR3 and triple channel memory. – mindless_developer_man Oct 14 at 19:46
vote up 0 vote down

While my answer is definitely to late for you maybe someone else is reading it. If you develop multithreaded software then always go for the highest number of cores.

It's not really for your day to day work but the more cores the better you can test scalability and the more likely is it to run into race conditions and deadlocks on your developer machine.

I would better buy 2xi7 with 8+8 thread and 2GHz then a 3,2GHz quad core - both cost the same.

link|flag
vote up 0 vote down

We tested i7 systems where I work, and had major stability problems on all of them.

Core 2 Quad will give you the biggest bang for the buck, but going with dual quad core Xeons will give you the biggest bang.

Any way you go, stick as much RAM in the machines as you can, and setup a fast RAID 1 array in the machine with high quality drives, both for a bit higher speed and data integrity. Normal drives are fine, SSD drives are still spotty in terms of performance; a lot of the good deals you see on SSDs are for drives that are slower than standard magnetic HDDs.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.