Live data from Hacker News

Waterfox – A fast browser

waterfoxproject.org

71–80 of 114 posts

Re: Waterfox – A fast browser

#71

What's fast about it? I see a larger download, slower to start, choppy animations, and worse performance on JS benchmarks than Firefox latest.

I do apologise about that, now that I'm two revisions behind performance isn't going to keep up with the latest versions of Firefox. Hopefully Intel will release an update to ICL soon so I can catch up :-)

Re: Waterfox – A fast browser

#72

Before we give this the traditional Hacker News baptism by fire, keep in mind that this is apparently just one guy's project, and he's very junior: Waterfox was started back in March 2011 by Alex Kontos, a then 16 year old student. He had a fascination for the web and wanted to help expand on the ideals of what Mozilla had for a free and open web. Be constructive, not snarky.

Well, he's 20 now. And he's stuck with it for four years? That's pretty impressive.

Still young; he's probably still a student. People react differently to negative criticism, of course, but to some it can be devastating.

Re: Waterfox – A fast browser

#73
post #20

I'm assuming the largely useless animation on the homepage is meant to make Chrome or Firefox start eating CPU and increase the perceived need for a new browser? I opened the tab, walked away for two minutes and came back to a hot and angry Chrome on my MBP.

I was just hoping to make the website look nice, is all.

Re: Waterfox – A fast browser

#74
post #5

Speed is your selling point, but I don't see any benchmarks!

I had a huge page that was killing Firefox with an out of memory exception (that was a few years ago). Googled for 64 bit Firefox and got Waterfox, which solved that problem. So that's another selling point.

Re: Waterfox – A fast browser

#76
"What makes Waterfox so fast? It's built with Intel's C++ compiler. One of the most powerful compilers out there. This enables us to make the fastest possible web browser for all the code changes we make."

This is a huge claim to make with no evidence to back it up.

It's also a shallow comment. For one program, a compiler could compile faster code than another. Pick another another program and you may get the reverse result.

Plus I imagine the code is going to trail behind Firefox a bit. Is that worth probably a few milliseconds here and there?

I like your website though.

Re: Waterfox – A fast browser

#77
post #24
post #19

"What makes Waterfox so fast? It's built with Intel's C++ compiler. One of the most powerful compilers out there. This enables us to make the fastest possible web browser for all the code changes we make. This potent combination makes for an unparalleled browsing experience." Mm-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 t…

> Mm-Hm. How's that working out? Why so critical? He's making a bold claim, but you're not even responding to that. You're just attacking him because he's using a different compiler suite? If you know of problems with the Intel compiler suite, how about you let us know what they are instead of passively aggressively pointing to a single recent problem which from the bug report I'm not sure is the fault of Intel's com…

>? It used to be you could easily get to a directory listing of Firefox builds. Apparently it's harder to find now, and Firefox just starts an auto-download for your OS and architecture based on your user agent, and if you search for how to install on Linux, they make it clear that may not be the best way to install ("Use the method that works best for your distro", which may be through the distro package manager).

Utter bullshit.

Google: "Download Firefox". Click first link. Click "Systems & Languages".

Re: Waterfox – A fast browser

#78
post #20

I'm assuming the largely useless animation on the homepage is meant to make Chrome or Firefox start eating CPU and increase the perceived need for a new browser? I opened the tab, walked away for two minutes and came back to a hot and angry Chrome on my MBP.

The actual reason is you're an Apple hipster. On a proper desktop PC, Chrome doesn't get hot and hungry. Ever.

Re: Waterfox – A fast browser

#79
post #18
post #13

Is the Intel Compiler even appreciably faster these days? I thought CLang and GCC had basically caught up...

It can be for compute bound processes compiled on and for the latest Xeon servers. But, for end user apps with syscalls everywhere, I don't think the difference is notably different.

Hmmm, I don't think there are many syscalls in the Firefox rendering engine.

Re: Waterfox – A fast browser

#80
post #42

I paused when I read Intel compiler - that thing is a steaming pile of crap, or at least was for godawful number of releases for a long time and I don't expect it to ever work in the real world with a non-trivial amount of C++ code base. And then I read about a Mozilla header causing it to ICE! Years ago, I was forced to make a company's product faster by "simply" recompiling it with ICC. It was losing in the benchma…

I had the exact opposite experience with Intel's "steaming pile of crap" as you put it. We had a computationally intensive app that was sped up by 25% compared to the version produced by MS compiler. This was few years ago though.

We used the Intel compiler at my last job and also had some good speedups. But we also ran into a lot of bugs where it would generate non-working code at the higher optimization levels.

For us, the performance was worth the effort of working around the bugs. But that's probably not the case for most projects.

Post reply on HN