Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Skybar

macrumors member
Original poster
Sep 16, 2010
87
0
What is the difference in performance between the 2.2GHz and 2.3GHz quad-cores?
The 2.3GHz comes with 2mb more L3 Cache - how much does that matter? What does L3 Cache do?

I'm having a hard time deciding here, if someone could explain I would be grateful!
 
I'd like to know weather the 2.0ghz 15inch 2011 is faster than the 2.4ghz i5 2010? cheers
 
What is the difference in performance between the 2.2GHz and 2.3GHz quad-cores?
The 2.3GHz comes with 2mb more L3 Cache - how much does that matter? What does L3 Cache do?

I'm having a hard time deciding here, if someone could explain I would be grateful!

I just bought a 2.2 because 200+ dollars for 100 Mhz and 2mb l3 cache is underwhelming. One of the reasons people opt to upgrade their CPU is so that the computer can last "longer" or remain "better" for a longer time. This is a misconception. Looking back, do you really thing a T9600 2.8 C2D or the T9800 2.93 for 250 dollars more really makes a difference when the i7's or now the i7QM's are out?

Sure, if you want a blazing fast system pay the 200 dollars for the extra 100mhz for bragging rights, but if you want performance, i say put the 200 dollars into a 4>8 gig mem upgrade. Better yet, just pick it up for 100 dollars off newegg.

EDIT:
I'd like to know weather the 2.0ghz 15inch 2011 is faster than the 2.4ghz i5 2010? cheers
While not a direct comparison, a 2.0ghz quad core can turbo boost (2.9/2.8/2.6 GHz) 1, 2 and 4 cores respectively. Even looking at the dual core turbo boost, it's better than the 2.4 i5's.



just my two cents.
 
I just bought a 2.2 because 200+ dollars for 100 Mhz and 2mb l3 cache is underwhelming. One of the reasons people opt to upgrade their CPU is so that the computer can last "longer" or remain "better" for a longer time. This is a misconception. Looking back, do you really thing a T9600 2.8 C2D or the T9800 2.93 for 250 dollars more really makes a difference when the i7's or now the i7QM's are out?

Sure, if you want a blazing fast system pay the 200 dollars for the extra 100mhz for bragging rights, but if you want performance, i say put the 200 dollars into a 4>8 gig mem upgrade. Better yet, just pick it up for 100 dollars off newegg.

EDIT:

While not a direct comparison, a 2.0ghz quad core can turbo boost (2.9/2.8/2.6 GHz) 1, 2 and 4 cores respectively. Even looking at the dual core turbo boost, it's better than the 2.4 i5's.



just my two cents.

That helped a lot. I'll go with the 2.2GHz and upgrade to 8GB ram (not from apple) instead, thanks! :D
 
I did notice Apple lowered the 8gb of ram to $180 for students...half of what I paid 6 months ago :mad:
Apple has never been cheap with RAM, even now with the lowered prices they are still quite high.
 
What is the difference in performance between the 2.2GHz and 2.3GHz quad-cores?
The 2.3GHz comes with 2mb more L3 Cache - how much does that matter? What does L3 Cache do?

I'm having a hard time deciding here, if someone could explain I would be grateful!

L3 Cache is like super-fast RAM.

If your program needs some data (i.e. part of the photo to edit), it looks in L1 cache, then L2 cache, then L3 cache, then RAM, then on the HDD. If stuff stays in cache, it makes everything faster. More cache means more stuff stays in cache.

However, the 2.2 to 2.3 isn't going to be worth it. Save it for an SSD, more RAM, your next upgrade, or whatever.
 
L3 Cache is like super-fast RAM.

If your program needs some data (i.e. part of the photo to edit), it looks in L1 cache, then L2 cache, then L3 cache, then RAM, then on the HDD. If stuff stays in cache, it makes everything faster. More cache means more stuff stays in cache.

However, the 2.2 to 2.3 isn't going to be worth it. Save it for an SSD, more RAM, your next upgrade, or whatever.
Ah that explains it. I read about it on wikipedia but I didn't understand too much :eek:. Thank you.
 
i am looking for a new mbp for research in finance (mainly in matlab). Work is mainly analyzing huge data sets . i use 23000 stocks, monthly return from 1926 to 2009, doing some regression on 60 month rolling windows. With my sony vaio z, it takes more than 10 hours, i run the code night, and got results in the morning :D
do you think that i should go with 2.3 or 2.2 ? i am already considering 8gb ram with 128 ssd in 17" but unsure about cpu. thanks for advices
 
It wont make only minimal difference, just 100 mhz more, even with the turboboost, you'll get tops of 200 mhz boost if you upgrade. Sure the 8MB cache is higher than the 6MB cache, but performance to notice that will practically unnoticable.
 
I understood the difference when i was working recently on data analysis. I had to do 23119x350 ols regression in matlab and computer saves the parameter and some other values which are structures, as computer save these values during computation, they save it in a temporary memory, which is cache memory. If i can finish my work i can just save all variables in my harddisk and clear cache memory. But unfortunately i couldn't when i arrived 4500th line, the computer was out of cache memory. It took more than 3h to arrive 4500th line.
That amounts to say, if the computer is working very long without stopping, it saves works in cache memory. I am not specialist but it seems that even you are doing heavy video editing, you won't be out of memory because i guess that a video editing operation won't take 3h (?i no idea), but if yes, you will need high cache memory.
I ordered my 17 mbp with 2.2 because i know that i was doing this kind of work for my master thesis and i won't do so big computation for my other works. however keep in mind also that the fact that it was out of memory is because of structure of variables, you can easily create a real matrix of that size using very little memory.
i hope that it's clear now ;)
 
I understood the difference when i was working recently on data analysis. I had to do 23119x350 ols regression in matlab and computer saves the parameter and some other values which are structures, as computer save these values during computation, they save it in a temporary memory, which is cache memory. If i can finish my work i can just save all variables in my harddisk and clear cache memory. But unfortunately i couldn't when i arrived 4500th line, the computer was out of cache memory. It took more than 3h to arrive 4500th line.
That amounts to say, if the computer is working very long without stopping, it saves works in cache memory. I am not specialist but it seems that even you are doing heavy video editing, you won't be out of memory because i guess that a video editing operation won't take 3h (?i no idea), but if yes, you will need high cache memory.
I ordered my 17 mbp with 2.2 because i know that i was doing this kind of work for my master thesis and i won't do so big computation for my other works. however keep in mind also that the fact that it was out of memory is because of structure of variables, you can easily create a real matrix of that size using very little memory.
i hope that it's clear now ;)

You are confusing cache memory with regular RAM. The cache is in fact full for a single computation of the calibre your thinking of.
 
You are confusing cache memory with regular RAM. The cache is in fact full for a single computation of the calibre your thinking of.

well i don't know very well, you may be right but matlab gave me error about out of cache memory, not ram.
 
From the Intel boys at work...

The advantage of this configuration is that a single-threaded application has access to the full 8 MB of L3 cache. This was not possible on the Core 2 Quad processors, since their 12 MB L2 cache consisted of two halves, each located on one of the dual-core dies that made up the quad-core package

Another advantage of the large L3 cache is that all four cores can work with a single set of data, rather than having to duplicate it across several caches; this saves space and allows more data to be kept in the cache. Exchanging data between cores also benefits from a major speed increase.
 
What is the difference in performance between the 2.2GHz and 2.3GHz quad-cores?
The 2.3GHz comes with 2mb more L3 Cache - how much does that matter? What does L3 Cache do?

I'm having a hard time deciding here, if someone could explain I would be grateful!

The difference in performance, according to benchmarks,
is rarely goes above 5%. Not worth the money.
 
The difference in performance, according to benchmarks,
is rarely goes above 5%. Not worth the money.
A very small minority will need this, for whatever reason, and for them it is worth it. For everyone else, do not bother and get the 2.2. The extra money is better spent elsewhere.

I have the 2.3, HR AG, but got a good deal so am sticking with it.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.