Earlier quoted context omitted.
"Well these tests don't meet my expectations so lets keep testing using other benchmarks until I'm validated".
Authors explanation: 'It seems like Microsoft has been targeting their optimization effort for the competitor benchmarks in order to show impressive results for their new product. When it comes to more intensive and complex HTML5 benchmarks they are still miles behind the competition.' Reasonable explanation to me.
Is Microsoft’s Edge browser really faster than Google’s Chrome?
41–50 of 56 posts
Re: Is Microsoft’s Edge browser really faster than Google’s Chrome?
#42Re: Is Microsoft’s Edge browser really faster than Google’s Chrome?
#43http://caniuse.com/#compare=ie+10,ie+11,ie+Edge,firefox+39,c...
Re: Is Microsoft’s Edge browser really faster than Google’s Chrome?
#44But SunSpider is a really bad benchmark anyway. All benchmarks are bad and suffer real problems, but SunSpider more than most.
Re: Is Microsoft’s Edge browser really faster than Google’s Chrome?
#45Absent from both the original blog post and the OP is Mozillas kraken test, is firefox simply dismissed as slow these days, and their benchmark just discarded to the annals of time? From arewefastyet.com they seem to be doing ok, (even if they keep testing some really slow chrome version for some reason) and so it seems strange they are being left out.
Re: Is Microsoft’s Edge browser really faster than Google’s Chrome?
#46"Also note out previous tests with Linux Mint vs Windows 10 which suggest that Chrome actually runs faster on Linux than it does on Windows." Honestly, any test between a microsoft product and a competitor run on microsoft's operating system has to be viewed with a grain of salt. What's interesting here is the degree of trust given to a vendor that has tried to rig/break even hardware to lock out competition: http://…
> "If seems unfortunate if we do this work and get our partners to do the work and the result is that Linux works great without having to do the work."
Maybe I'm being too naive, but this sounds more like he is concerned about giving away the work rather than locking people in.
I would prefer if these kind of initiative are open source but in my opinion each company have the right to release as they please the technology they develop. In my mind, this is the same case that Apple with the Thunderbolt, and I think is fair that if Apple decide to keep its technology as private they should be able to do so.
Re: Is Microsoft’s Edge browser really faster than Google’s Chrome?
#47"Also note out previous tests with Linux Mint vs Windows 10 which suggest that Chrome actually runs faster on Linux than it does on Windows." Honestly, any test between a microsoft product and a competitor run on microsoft's operating system has to be viewed with a grain of salt. What's interesting here is the degree of trust given to a vendor that has tried to rig/break even hardware to lock out competition: http://…
Re: Is Microsoft’s Edge browser really faster than Google’s Chrome?
#48Earlier quoted context omitted.
For those three and web standards support, things look even worse for Edge.
Based on what evidence? IE11 has pretty solid web standards support: https://status.modern.ie/?iestatuses=implemented&browserstat... And Edge promises a lot more.
Re: Is Microsoft’s Edge browser really faster than Google’s Chrome?
#49It all depends on your workload. I'm working on a web app that uses typed arrays heavily. Chrome runs my test case in 2.7 seconds, Firefox in 3.2, and IE Edge in 23 seconds... (ie 11 in 30+) Now to be fair i developed "for" firefox, checking that it worked in IE and chrome the whole way, but that is a pretty large performance difference. Plus i've always hated benchmarks. They are so easy to "game" without real impro…
> Chrome runs my test case in 2.7 seconds, Firefox in 3.2, and IE Edge in 23 seconds... (ie 11 in 30+) I think you are doing something wrong. I have a light app and very heavy SPA (written really badly with almost 5mb of code, D3 + Highcharts). Still, both app loads in less than 4 seconds in IE 11, FF, Chrome and Safari.
It does some fairly heavy image manipulation in web workers using typed arrays. The app loads a little faster in IE (the code comes in just under 1mb), but the runtime of my few test cases are magnitudes slower.
Re: Is Microsoft’s Edge browser really faster than Google’s Chrome?
#50> For the Edge browser Microsoft has again decided to develop their own rendering engine, instead of relying on open source alternatives (Blink, Gecko, WebKit). I have to doubt their decision as a browser engine is a big development effort and they need to be updating it from now to eternity. Um, why would they move when they already have an engine? Sure you can argue they should have moved to WebKit or Gecko or even…
Yeah obviously they didn't start from scratch, the new engine is just a forked Trident where they removed all the legacy cruft.