This 6 core is the model I'm interested in, with a score about 50% higher than my old 8 core MP it should provide a nice improvement. The huge improvement in single core performance is especially nice. And those aren't even 64 bit scores.
Unsurprisingly? Since the 6 core is 3.5 and the 8 is 3.0 (15% higher clock speed), shouldn't the 6 be a bit faster in the single core test? The 8 core does have a bit bigger cache but I would think the clock speed would generally make a bigger difference.
No. It's always memory bandwidth that matters the most. Clock speed is easier to understand so that is what advertisers use. But what matters is memory bandwidth
How to computer It? A simple answer for access time is (speed of cache)x(probability that what you want is in cache) + (speed of RAM)x(1-probability that what you want is in cache)
So you see the important number is (probability that what you want is in cache) and this depends on the size of the cache. The bigger it is the higher chance what you need is in it.
The one cases where speed is exactly proportional to clock speed is if all the data and code fits in the cache.