I saw the screenshot and was hoping for crapware-free Firefox, but upon downloading it, the damned Hello icon was there in the toolbar. Presumably later versions will add Pocket too, once they start working off a later upstream Firefox version. Meh.
Waterfox – A fast browser
11–20 of 114 posts
Re: Waterfox – A fast browser
#12I saw the screenshot and was hoping for crapware-free Firefox, but upon downloading it, the damned Hello icon was there in the toolbar. Presumably later versions will add Pocket too, once they start working off a later upstream Firefox version. Meh.
Have you looked at Pale Moon[1]? They're known to be stripping out a lot of components from core browser (no Australis or even Tab Group, though the latter is available as an addon). Biggest weak point is the lack of non-Windows build, but non-official versions are usually available in the forum. [1]: https://www.palemoon.org/
Stripping out features that are lazily-loaded JS files and in return being stuck with outdated stuff feels like a very weird tradeoff to me.
Re: Waterfox – A fast browser
#13Re: Waterfox – A fast browser
#14Re: Waterfox – A fast browser
#15Re: Waterfox – A fast browser
#16I prefer http://palemoon.org They offer a 64bit version.
Re: Waterfox – A fast browser
#17So this is basically older versions of Firefox compiled with the Intel C++ Compiler? Given that most of Firefox is in JS so the actual code that you end up running is the JIT output, I'd be very skeptical it's any faster. They certainly don't provide any objective data that it is. (And if it were, I'd assume Mozilla would just Intel C for the official builds, too?)
Most of Firefox is JS? Almost all of the lines of code are C++, as far as I'm aware. Certainly the UI is drawn using XUL/XBL/web-stuff, but how often is web performance bounded by UI performance? It's bounded by the performance of the rendering engine, and that is C++.
> (And if it were, I'd assume Mozilla would just Intel C for the official builds, too?)
Seems unlikely, given the output of ICC is crippled for non-Intel x86 chips (which de-facto means AMD nowadays).
Re: Waterfox – A fast browser
#18Is the Intel Compiler even appreciably faster these days? I thought CLang and GCC had basically caught up...
But, for end user apps with syscalls everywhere, I don't think the difference is notably different.
Re: Waterfox – A fast browser
#19Mm-Hm. How's that working out?
https://www.waterfoxproject.org/blog/ "Just a quick heads up why there hasn’t been any news from me in regards to the latest Firefox release. Mozilla have a new tuple header that they’ve created and gets used fairly frequently and unfortunately, this causes an internal compiler error as can be seen here." [Written by Alex Kontos November 9th, 2015]
Always a pleasure to count the number of clicks needed before you can establish that the only platforms are Mac and Windows.