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…
For a number of years it also produced code that ran much slower on AMD processors. The Intel compiler is used to compile a bunch of benchmark tools that tech sites use in their reviews, so this (in conjunction with certain other brutal strategies on Intel's part to pressure and bribe vendors into selling Intel only) basically contributed to the destruction of AMD's market share in the early-to-mid 2000s.
Waterfox – A fast browser
101–110 of 114 posts
Re: Waterfox – A fast browser
#102Before 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.
> wanted to help expand on the ideals of what Mozilla had for a free and open web
At 16(or even at 20) understanding free and open web and the importance of it and take action for consecutive 4 years is really awesome. We need more clones of you. Thanks Alex Kontos.
Re: Waterfox – A fast browser
#103Re: Waterfox – A fast browser
#104Earlier quoted context omitted.
But none of those things will ever really bottleneck the browser except for maybe the PDF viewer. The performance of bookmarks, tab management, search, and basically all your other examples doesn't matter. The parts of the browser that benefit from speed are written in C++. Not that I'm convinced simply compiling with ICC will actually have a noticeable impact on the day-to-day performance of the browser, but it migh…
Explains why it barely handles my hundreds of bookmarks, though. Maybe I need to rewrite that part in native code haha.
Re: Waterfox – A fast browser
#105K-Meleon has been around for a while and does subjectively feel much faster than Firefox and Chrome and passes most tests(Acid etc) out of all the alternative browsers.
Unfortunately, I've grown too used to some Chrome and Mozilla plugins so I haven't switched full time.
Re: Waterfox – A fast browser
#106Earlier quoted context omitted.
For a number of years it also produced code that ran much slower on AMD processors. The Intel compiler is used to compile a bunch of benchmark tools that tech sites use in their reviews, so this (in conjunction with certain other brutal strategies on Intel's part to pressure and bribe vendors into selling Intel only) basically contributed to the destruction of AMD's market share in the early-to-mid 2000s.
I remember the dread I felt when I read that news, but it went away real quick .. I'm not even sure it was the whole story. I expected more backlash against intel for rigging a whole market that way.
Apparently there's a court order, as part of a settlement with the FTC [2], intended to stop the cheating, but apparently as of 2010, Intel still wasn't honouring it.
[1] https://np.reddit.com/r/pcmasterrace/comments/3s5r4d/is_nvid...
[2] https://www.ftc.gov/news-events/press-releases/2010/08/ftc-s...
Re: Waterfox – A fast browser
#107Earlier quoted context omitted.
Explains why it barely handles my hundreds of bookmarks, though. Maybe I need to rewrite that part in native code haha.
It sounds very much like a quality of implementation issue. There's no good reason why you can't deal with ten of thousands of bookmarks in JS with good performance.
Re: Waterfox – A fast browser
#108Earlier quoted context omitted.
It seems a joke but is also, sadly, a fact. Chrome bookmarks manager is lightspeed if compared to Firefox, to not mention total lack of usability on Firefox's part, so 1995.
Chrome bookmark manager stores a lot less though.
Re: Waterfox – A fast browser
#109Before 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.
Re: Waterfox – A fast browser
#110Before 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.
Wasn't Blake Ross 16 when he wrote Phoenix/Firefox?