Originally posted by shmerl
View Post
Announcement
Collapse
No announcement yet.
A Quick Benchmark Of Mozilla Firefox With WebRender Beta vs. Chrome
Collapse
X
-
Originally posted by debianxfce View PostSay no to the Firefox browser that requires you to use pulseaudio.
Or you could keep on trolling Phoronix with the same, tired rhetoric for years on end.
Hmmm. I wonder which one you'll choose.
- Likes 2
Comment
-
Originally posted by shmerl View PostI see in the screenshot that your azure backend is not accelerated. That's also due to some rather weird GPU blacklisting. Set these keys in about:config:
Code:layers.acceleration.force-enabled true gfx.content.azure.accelerated true gfx.canvas.azure.accelerated true
Firefox Linux releases should really stop this sweeping blacklisting and should enable all this by default. Drivers situation today is very different from five years ago.
gfx.canvas.azure.backends skia
gfx.content.azure.backends skia
as options
- Likes 1
Comment
-
Originally posted by eydee View PostIn a real life scenario, the difference is a page loading in 0.1 or 0.2 seconds. Not really something a human being can perceive. It's the same crap as operating systems competing on boot time. Your OS booting in 6 or 7 seconds changes absolutely nothing in your life.
- Likes 1
Comment
-
Originally posted by cj.wijtmans View Post
Anyone who cant percieve 0.1 seconds ..... is a bit slow mentally... you should even be able to make a complete sound in 0.1 seconds.
Comment
-
Originally posted by msotirov View PostDamn, it is noticeable in daily use but I still didn't think Blink is that much faster. Those graphs are insane.
Comment
-
Originally posted by jacob View PostNever mind that rewriting the CSS engine in Rust made it twice as fast as the previous version. It doesn't matter, does it. You can't fight fanboyism with mere facts.
Nobody sane would rewrite real C++ into anything else other than maybe C, especially not something as crap as Rust.
Also this is not a comparison between Firefox and pre-Rust Firefox you know.
- Likes 1
Comment
-
Originally posted by vadix View PostHe is very obviously baiting and everyone is just taking it, sometimes saying illogical things in response. This is not a serious poster. You don't need to respond to him.
Comment
-
Originally posted by DanL View PostYou have just answered the question: What's worse than a Rust zealot?
A stupid bounds check when it's not needed (which is 99.999999% of the time since otherwise the app would crash 24/7) is just that: extra instructions to process for the CPU, all the time. It doesn't matter if they're done in parallel or whatever, the energy wasted goes up even if you do it in parallel and doesn't affect "performance". This is basic physics.
Which means more energy wasted, and thus, causing more global warming than no bounds checks.
It's easy to label people as trolls when you have no arguments and know it.
Comment
-
Originally posted by carewolf View PostNot really. Rust is basically just C++ best practises
"Best practise C++" is what I called incompetent++, only for incompetent morons who need "runtime safety checks" because they're too incompetent so they make everyone's CPUs (users) process more crap and waste more energy globally.
Comment
Comment