Linked by Thom Holwerda on Mon 5th Nov 2012 23:40 UTC
Thread beginning with comment 541146
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[7]: Rest assured that apple has been running arm internally
by anda_skoa on Tue 6th Nov 2012 18:17
in reply to "RE[6]: Rest assured that apple has been running arm internally"
Yes, but if you have a very difficult calculation, would a single 500 Mhz CPU solve it slower than 10 500 Mhz ones? The 10 version can do the same calculation 10 times in the same amount of time as the single CPU, but can it do a single instance faster?
While there is no guaranteed improvement, I think it is imporant to keep in mind that multi-core systems can improve performance or throughput even if all they are running is single threaded processes.
Because they are almost certainly running multiple processes and being able to dedicate a core to a certain process leads to optimization options, e.g. never ever having to flush caches, potentially having dedicated memory or I/O lines, etc.
Multithreading improves the utilization of multipe-core CPUs, aber multithreading is only one of two widely deployed parallel-processing strategies (the other obviously being multiple processes)
RE[8]: Rest assured that apple has been running arm internally
by MOS6510 on Wed 7th Nov 2012 11:44
in reply to "RE[7]: Rest assured that apple has been running arm internally"
More cores will allow each core to spend more time on a certain task, but they can't work together to do one task faster (I think).
So having a whole lot of ARM chips in your Mac doesn't make it faster at CPU intensive tasks than a Mac with 4 or 8 x86 based cores.
Then again, do they need to be? Are there so many tasks that require a lot of CPU to make it show?
When you move from a normal hard disk to solid state you'll notice what a bottleneck it was.
The CPU spends a lot of time being idle. So my guess would be that a computer with a solid state disk, enough and quicker memory, faster system bus can work very well even if it has ARM CPUs compared to a x86 machine.





Member since:
2011-05-12
Yes, but if you have a very difficult calculation, would a single 500 Mhz CPU solve it slower than 10 500 Mhz ones? The 10 version can do the same calculation 10 times in the same amount of time as the single CPU, but can it do a single instance faster?