Is Google Chrome's V8 engine really that good? - Stack Overflow most recent 30 from stackoverflow.com2009-11-29T13:33:58Zhttp://stackoverflow.com/feeds/question/40994http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/40994/is-google-chromes-v8-engine-really-that-good3Is Google Chrome's V8 engine really that good?Juan Manuel2008-09-03T01:09:04Z2009-09-17T16:56:11Z
<p>Did anyone have time to take a look at it? </p>
<p>I've read a bit and it promises a lot, if it's half what they say, it'll change web programming a lot</p>
http://stackoverflow.com/questions/40994/is-google-chromes-v8-engine-really-that-good/41000#410000Answer by jodonnell for Is Google Chrome's V8 engine really that good?jodonnell2008-09-03T01:12:01Z2008-09-03T01:12:01Z<p>It's really speedy. Visibly so. I was pretty impressed with its performance compared with Firefox 3. Already made it my default browser.</p>
http://stackoverflow.com/questions/40994/is-google-chromes-v8-engine-really-that-good/41003#410035Answer by jms for Is Google Chrome's V8 engine really that good?jms2008-09-03T01:12:38Z2008-09-03T01:50:32Z<p>Perhaps a bit anecdotal but comparing runs between Firefox and Chrome showed a significant difference in benchmarks. </p>
<p><a href="http://www2.webkit.org/perf/sunspider-0.9/sunspider.html" rel="nofollow">http://www2.webkit.org/perf/sunspider-0.9/sunspider.html</a></p>
<p>Try for yourself.</p>
http://stackoverflow.com/questions/40994/is-google-chromes-v8-engine-really-that-good/41004#410040Answer by Brad Wilson for Is Google Chrome's V8 engine really that good?Brad Wilson2008-09-03T01:12:56Z2008-09-03T01:24:54Z<p>The browser is incredibly fast in general, and Javascript is very fast in particular.</p>
<p><strong>Edit:</strong> The benchmark showed Chrome to be 1.73x faster on average than FF3, and 14.8x faster on average than IE 7. String manipulation is IE 7's weak point, which I'm told has been improved greatly in IE 8.</p>
http://stackoverflow.com/questions/40994/is-google-chromes-v8-engine-really-that-good/41007#410070Answer by Curt Hagenlocher for Is Google Chrome's V8 engine really that good?Curt Hagenlocher2008-09-03T01:14:55Z2008-09-03T01:14:55Z<p>Yes, V8 is extremely fast on Vista x86 -- up to 50 times as fast as IE 7 for most benchmarks I tried. More impressively, GMail running under Chrome had one-quarter the memory footprint of GMail running under IE 7. This can probably be attributed in large part to V8.</p>
http://stackoverflow.com/questions/40994/is-google-chromes-v8-engine-really-that-good/41021#410210Answer by Chris Mayer for Is Google Chrome's V8 engine really that good?Chris Mayer2008-09-03T01:26:43Z2008-09-03T01:26:43Z<p>I am finding it visibly much faster on Vista x64 than IE8 and FF3.</p>
http://stackoverflow.com/questions/40994/is-google-chromes-v8-engine-really-that-good/41022#410220Answer by paan for Is Google Chrome's V8 engine really that good?paan2008-09-03T01:26:57Z2008-09-03T01:26:57Z<p>Did anyone do a comparison against safari, which is also based on webkit, </p>
http://stackoverflow.com/questions/40994/is-google-chromes-v8-engine-really-that-good/41025#410250Answer by Bill Williams for Is Google Chrome's V8 engine really that good?Bill Williams2008-09-03T01:31:28Z2008-09-03T01:31:28Z<p>It's two times faster than Firefox 3 on my Windows XP box. FWIW, the updates in Fx3.1 are supposed to make it an order of magnitude faster.</p>
http://stackoverflow.com/questions/40994/is-google-chromes-v8-engine-really-that-good/41029#410290Answer by Martin for Is Google Chrome's V8 engine really that good?Martin2008-09-03T01:35:32Z2009-09-17T16:56:11Z<p>I've compared it to Firefox and Internet Explorer using this link: <a href="http://celtickane.com/2009/07/javascript-speed-test-2009-browsers/" rel="nofollow">http://celtickane.com/2009/07/javascript-speed-test-2009-browsers/</a> (was <a href="http://celtickane.com/webdesign/jsspeed.php" rel="nofollow">http://celtickane.com/webdesign/jsspeed.php</a>)</p>
<p>The difference is impressive.</p>
<p>212ms in Chrome, 341ms in Firefox 3, and 2188ms for Internet Explorer 7.</p>
http://stackoverflow.com/questions/40994/is-google-chromes-v8-engine-really-that-good/41090#410901Answer by Paul for Is Google Chrome's V8 engine really that good?Paul2008-09-03T02:39:52Z2008-09-03T02:39:52Z<p>The speed initially seemed substantially improved. One interesting thing is that it keeps locking up the Google REader tab, it's gotten the sad-face at least 5 times over this morning...</p>
http://stackoverflow.com/questions/40994/is-google-chromes-v8-engine-really-that-good/41131#411310Answer by Adam Davis for Is Google Chrome's V8 engine really that good?Adam Davis2008-09-03T03:21:10Z2008-09-03T03:53:03Z<p>I ran the aformentioned sunspider javascript benchmark on FF3 and Chrome and got over a 2x speed increase moving from <a href="http://tinyurl.com/69tlhc" rel="nofollow">FF3</a> to <a href="http://tinyurl.com/5dv274" rel="nofollow">Chrome</a> (on a Vista 64 system - Core 2 duo 6600 2.4GHz, 2GB RAM).</p>
<p>The links above show you my results - I'm very interested to see what, if any, difference the underlying OS makes.</p>
<p>That being said, I agree with Google that Javascript is becoming more and more important, and that the other browser makers should spend some time on optimizing it.</p>
<p>I love being able to drag and drop tabs - that's something I've needed for over 2 years now...</p>
<p>-Adam</p>
http://stackoverflow.com/questions/40994/is-google-chromes-v8-engine-really-that-good/41176#411760Answer by Shadow2531 for Is Google Chrome's V8 engine really that good?Shadow25312008-09-03T04:32:54Z2008-09-03T04:32:54Z<p>It's definitely fast. Gmail, Google Reader and Yahoo mail all load instantly. Can't say that for FF or Opera.</p>
http://stackoverflow.com/questions/40994/is-google-chromes-v8-engine-really-that-good/41181#411812Answer by Marcio Aguiar for Is Google Chrome's V8 engine really that good?Marcio Aguiar2008-09-03T04:41:25Z2008-09-03T04:41:25Z<p>While in Microsoft:</p>
<blockquote>
<p>Consuming twice as much RAM as Firefox
and saturating the CPU with nearly six
times as many execution threads,
Microsoft's latest beta release of
Internet Explorer 8 is in fact more
demanding on your PC than Windows XP
itself, research firm Devil Mountain
Software found in performance tests.
According to the firm, which operates
a community-based testing network, IE8
Beta 2 consumed 380MB of RAM and
spawned 171 concurrent threads during
a multi-tab browsing test of popular
Web destinations</p>
</blockquote>
<p><a href="http://tech.slashdot.org/article.pl?sid=08/09/02/1418252&from=rss" rel="nofollow">Slashdot</a></p>
<p>I imagine how @rjrapson came with that conclusion. <a href="http://www.metafilter.com/74576/The-Browser-Wars-Continue" rel="nofollow">Every</a> <a href="http://www.techcrunch.com/2008/09/02/giving-google-chrome-a-spin-this-thing-moves-fast/" rel="nofollow">blog</a> <a href="http://blogoscoped.com/archive/2008-09-03-n11.html" rel="nofollow">post</a> I see, calims it's faster.</p>
http://stackoverflow.com/questions/40994/is-google-chromes-v8-engine-really-that-good/41932#419326Answer by Pavol Juhos for Is Google Chrome's V8 engine really that good?Pavol Juhos2008-09-03T15:26:52Z2008-09-03T15:26:52Z<p>I have compared Mozilla Firefox 3.0.1 and Google Chrome 0.2.149.27 on <a href="http://www2.webkit.org/perf/sunspider-0.9/sunspider.html" rel="nofollow">SunSpider JavaScript Benchmark</a> with the following results:</p>
<ul>
<li>Firefox - total: 2900.0ms +/- 1.8%</li>
<li>Chrome - total: <strong>1549.2ms +/- 1.7%</strong></li>
</ul>
<p>and on <a href="http://code.google.com/apis/v8/benchmarks.html" rel="nofollow">V8 Benchmark Suite</a> with the following results (higher score is better):</p>
<ul>
<li>Firefox - score: 212</li>
<li>Chrome - score: <strong>1842</strong></li>
</ul>
<p>and on <a href="http://celtickane.com/webdesign/jsspeedarchive.php" rel="nofollow">Web Browser Javascript Benchmark</a> with the following results:</p>
<ul>
<li>Firefox - total duration: 362 ms</li>
<li>Chrome - total duration: <strong>349 ms</strong></li>
</ul>
<p><em>Machine:</em> Windows XP SP2, Intel Core2 DUO T7500 @ 2.2 Ghz, 2 GB RAM</p>
<p>All blog posts and articles that I've read so far also claim that V8 is clearly the fastest JavaScript engine out there. See for example - <a href="http://waynepan.com/2008/09/02/v8-tracemonkey-squirrelfish-ie8-benchmarks/" rel="nofollow">V8, TraceMonkey, SquirrelFish, IE8 BenchMarks</a></p>
<blockquote>
<p>"... Needless to say, Chrome’s V8 blows away all the current builds of the next-generation of JavaScript VMs. Just to be clear, WebKit and FireFox engines haven’t even hit beta, but it looks like the performance bar has just been set to an astronomical height by the V8 Team."</p>
</blockquote>
http://stackoverflow.com/questions/40994/is-google-chromes-v8-engine-really-that-good/47561#475610Answer by Justin Dearing for Is Google Chrome's V8 engine really that good?Justin Dearing2008-09-06T15:29:52Z2008-09-06T15:29:52Z<p>Yes I have seen the bench marks and V8 does appear to be objectively faster but as for </p>
<blockquote>
<p>it'll change web programming a lot</p>
</blockquote>
<p>I personally do not think the bottleneck is currently in javascript, but rather in bandwidth</p>