Possible Duplicate:
How can I improve overall system performance?
My PC is a Intel core i7 (bought 3 months ago). I've tested code routines against a friend of mine who has an old intel core 2 duo and, to my surprise, his PC runs routines faster than mine.
Is there anything that may be causing this ?
We were on class learning C code. We had exactly the same code that would count all the prime numbers until a value determined by us. We calculated all the prime numbers until 1.000.000 with the time function so that we would know how long it took to run the code, and his computer had relatively better behavior than mine, with a much worse processor.
– Pedro Batista Sep 26 '12 at 20:29