Playback is is related to the interplay of graphics card, memory and main bus. Possibly deck (disk or rray of them). If you choke up any one of theese your performance drops.
Mainly on screen playback is gfx card. but the idea is that all of these components need to match up in speed if one lags all rest must wait. You now have 4 times the power of computation but also 1/4 iof the bandwidth to allocate for them.
Not everything can be threaded in a useful manner. It does not matter how good harware you have if you work by dumping everything in you suffer a penalty. Working smarter is the game of play here. Its really easy to kill the performance OF ANY computer, no matter how good it is. Its been like that forever. I mean the computational power we have currently is still one 1/100000-100000000 (its a estimate based on the computational capacity of our frontal lobe, problem with theestimate is that it goes up every time we do something more powerfull) of what weed need so having a 10 faster computer does not really mean all that much here unless you work smart.
Then theres the fact that you don't have 8 processors you have 4 so if the computer says to you its using 13% it means 1/4 might be in full use so one proc going full (the virtual processor only kicks in if you have need for it). Besides even in ultimate situations you'd only ever a bit more then one proc anyway.
So in the end having a super multi core machine only means you need to pace your work differently so you have some high processor low memory bandwidth calculations going in the background. Such as some simple rendering. Also threading does not necessarily mean all processor use, it could mean just use 2 and thats it, because synchronizing processors also means more work, but not necessarily better performance.
And this is also why computer power hasn't gone some much further as wed liked. Our theoretical maximum speed is astonishingly much more, but the true computational capacity hasn't. Welcome to the world of scientific computation, thats why we have cluster machines and super computers side by side, only supercomputers can solve certain problems.
QUOTE
Where did you find that info? is it in any help files/homepages?
relese notes is one place where you will find it.