Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Funny benchmarks (Score 5, Insightful) 196

I agree. He's not testing compiled code performance, he's just created a set of tests which will all be memory bandwidth limited. FTA:

I’m testing these with an array size of two billion.

That's all I needed to read to ignore him completely. Completely and utterly pointless. If g++ won, it is likely because it utilised stream intrinsics to avoid writing data back to the CPU cache, which would have freed up more cache, and minimised the number of page faults. This will not in anyway test the performance of the CPU code, it will just prove that your 1333Mhz memory is slower than your 3Ghz processor . This is why you don't profile code (wrapped up in a stupid for loop), but profile whole applications instead. From my own tests (measuring the performance of large scale applications using real world data sets), intel > clang > g++ (although the difference between them is shrinking). The author of the article hasn't got a clue what he's doing. FTA:

Notice the system time is higher than the elapsed time. That’s because we’re dealing with multiple cores.

No it isn't. It's because your CPU is sat idle whilst it waits for something to do.

Comment Re:Meh (Score 1) 398

Really? There were people claiming that XP wasn't as good as ME? Or that Windows Vista was better than 7? Really? Windows 8 is turd. It's the first version of windows I got a refund for.

Comment Re:LOL (Score 4, Insightful) 729

Windows 8 does have a start menu, it's just takes up the whole screen.
In windows 7 explorer, pressing 'alt' will give you the old menus back - and the toolbars were moved to the start menu.
No idea where they went in WIndows 8. My experience with windows 8 primarily involved getting a refund.

Slashdot Top Deals

This file will self-destruct in five minutes.

Working...