Skip to content
Prev 5218 / 15075 Next

Old Dell running faster than new MacBook

On Oct 25, 2008, at 1:23 PM, Nils R?fenacht wrote:

            
Well, the only special thing about it is that it's pure interpreted  
code so it cannot take advantage of anything in R.
However, I'm surprised about your timings - are you sure you're not  
throttling the CPU? See the energy savings preferences - it seems as  
if you're running in a battery saving mode so the CPU is at half its  
speed. This is what I get:

mini, Intel Code 1.66GHz (so much slower than yours):
    user  system elapsed
  15.321   0.123  15.764

iMac, Intel Core 2 Duo 2.8GHz (a bit faster than yours):
    user  system elapsed
   8.602   0.067   8.708

Given the kind of code, you cannot expect any magic, because it  
doesn't use memory or multiple cores, so even the most recent,  
expensive machines won't be much faster. Raw clock speed is what  
matters here (whether old Pentium or latest Xeon won't matter  
much ;)). Given the results above, I'd expect your machine to clock  
somewhere around 10s. I have compared it to other OSes and the results  
are consistent ...

Cheers,
Simon