<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Chrome / V8 Javascript performance</title>
	<atom:link href="http://darrenhobbs.com/?feed=rss2&#038;p=516" rel="self" type="application/rss+xml" />
	<link>http://darrenhobbs.com/?p=516</link>
	<description>Shameless self promotion</description>
	<pubDate>Tue, 07 Sep 2010 08:14:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Recent Faves Tagged With "md5" : MyNetFaves</title>
		<link>http://darrenhobbs.com/?p=516#comment-3612</link>
		<dc:creator>Recent Faves Tagged With "md5" : MyNetFaves</dc:creator>
		<pubDate>Thu, 12 Mar 2009 05:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://darrenhobbs.com/?p=516#comment-3612</guid>
		<description>[...] public links &#62;&#62; md5    MD5, SHA1 Converter First saved by natinhags &#124; 4 days ago      Chrome / V8 Javascript performance First saved by dstrom21 &#124; 10 days ago      Network Data Encryption and Integrity for Thin JDBC [...]</description>
		<content:encoded><![CDATA[<p>[...] public links &gt;&gt; md5    MD5, SHA1 Converter First saved by natinhags | 4 days ago      Chrome / V8 Javascript performance First saved by dstrom21 | 10 days ago      Network Data Encryption and Integrity for Thin JDBC [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noch schneller als Chromes V8: Das neue Webkit &#124; Chrome2.de</title>
		<link>http://darrenhobbs.com/?p=516#comment-365</link>
		<dc:creator>Noch schneller als Chromes V8: Das neue Webkit &#124; Chrome2.de</dc:creator>
		<pubDate>Mon, 22 Sep 2008 15:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://darrenhobbs.com/?p=516#comment-365</guid>
		<description>[...] Chrome / V8 Javascript performance [...]</description>
		<content:encoded><![CDATA[<p>[...] Chrome / V8 Javascript performance [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: v8 Javascript Virtual Machine: Welcome in the new era of the web &#124; Developer Oracles</title>
		<link>http://darrenhobbs.com/?p=516#comment-263</link>
		<dc:creator>v8 Javascript Virtual Machine: Welcome in the new era of the web &#124; Developer Oracles</dc:creator>
		<pubDate>Sat, 13 Sep 2008 16:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://darrenhobbs.com/?p=516#comment-263</guid>
		<description>[...] claims that Chrome, thanks to V8 is 10 times faster than Firefox 3.0 . As Darren Hobbs states on his blog, you can optimize a code for a benchmark, so maybe Google&#8217;s benchmarks are not as accurate as [...]</description>
		<content:encoded><![CDATA[<p>[...] claims that Chrome, thanks to V8 is 10 times faster than Firefox 3.0 . As Darren Hobbs states on his blog, you can optimize a code for a benchmark, so maybe Google&#8217;s benchmarks are not as accurate as [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Security Stallions Blog &#187; Blog Archive &#187; Friday Edition: WiR</title>
		<link>http://darrenhobbs.com/?p=516#comment-154</link>
		<dc:creator>Security Stallions Blog &#187; Blog Archive &#187; Friday Edition: WiR</dc:creator>
		<pubDate>Fri, 05 Sep 2008 21:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://darrenhobbs.com/?p=516#comment-154</guid>
		<description>[...] could care less if Chrome takes off, but even if the only great thing we get out of the browser is V8 and a few better security methodoligies then what&#8217;s saying that it&#8217;s really that bad?  [...]</description>
		<content:encoded><![CDATA[<p>[...] could care less if Chrome takes off, but even if the only great thing we get out of the browser is V8 and a few better security methodoligies then what&#8217;s saying that it&#8217;s really that bad?  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Google Chrome - Developers Point of View, Ideas, Issues &#38; The Bare Truth &#124; Ruhani Rabin</title>
		<link>http://darrenhobbs.com/?p=516#comment-151</link>
		<dc:creator>Google Chrome - Developers Point of View, Ideas, Issues &#38; The Bare Truth &#124; Ruhani Rabin</dc:creator>
		<pubDate>Thu, 04 Sep 2008 17:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://darrenhobbs.com/?p=516#comment-151</guid>
		<description>[...] fast v8 JavaScript Engine, claimed to be 10 times faster than Mozilla JavaScript [...]</description>
		<content:encoded><![CDATA[<p>[...] fast v8 JavaScript Engine, claimed to be 10 times faster than Mozilla JavaScript [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://darrenhobbs.com/?p=516#comment-149</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 03 Sep 2008 23:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://darrenhobbs.com/?p=516#comment-149</guid>
		<description>"Although they both take about 8 seconds to run on my machine" -- I think the point of the benchmark is to see how many cycles it can run in 8 seconds, not to see how quickly they can run a certain number of cycles.

I went over to John Resig's Processing.js examples, and every example that didn't use timed loops ended up running several times faster in Chrome than Firefox 3.

The general run time for other javascript/DOM building applications seems to be pretty much indistinguishable from Firefox 3, mostly (I think) because they've so far been tailored to slower browsers, so they keep things pretty simple.  With this vastly-improved performance, though, I imagine developers will be more willing to create web applications that will require something as fast as Chrome to have a decent user experience.</description>
		<content:encoded><![CDATA[<p>&#8220;Although they both take about 8 seconds to run on my machine&#8221; &#8212; I think the point of the benchmark is to see how many cycles it can run in 8 seconds, not to see how quickly they can run a certain number of cycles.</p>
<p>I went over to John Resig&#8217;s Processing.js examples, and every example that didn&#8217;t use timed loops ended up running several times faster in Chrome than Firefox 3.</p>
<p>The general run time for other javascript/DOM building applications seems to be pretty much indistinguishable from Firefox 3, mostly (I think) because they&#8217;ve so far been tailored to slower browsers, so they keep things pretty simple.  With this vastly-improved performance, though, I imagine developers will be more willing to create web applications that will require something as fast as Chrome to have a decent user experience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Georgi</title>
		<link>http://darrenhobbs.com/?p=516#comment-147</link>
		<dc:creator>Georgi</dc:creator>
		<pubDate>Wed, 03 Sep 2008 18:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://darrenhobbs.com/?p=516#comment-147</guid>
		<description>I ran a webkit.org - performance test myself yesterday at http://goit-postal.blogspot.com/2008/09/chrome-first-little-test-with-highly.html . It compares the overall time to previous tests with the same setup (http://goit-postal.blogspot.com/2008/05/javascript-core-performance-in-actual.html) so you can compare Google Chrome to FF2/FF3, IE7, Opera and Safari. Have fun!</description>
		<content:encoded><![CDATA[<p>I ran a webkit.org - performance test myself yesterday at <a href="http://goit-postal.blogspot.com/2008/09/chrome-first-little-test-with-highly.html" rel="nofollow">http://goit-postal.blogspot.com/2008/09/chrome-first-little-test-with-highly.html</a> . It compares the overall time to previous tests with the same setup (http://goit-postal.blogspot.com/2008/05/javascript-core-performance-in-actual.html) so you can compare Google Chrome to FF2/FF3, IE7, Opera and Safari. Have fun!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne Pan</title>
		<link>http://darrenhobbs.com/?p=516#comment-145</link>
		<dc:creator>Wayne Pan</dc:creator>
		<pubDate>Wed, 03 Sep 2008 06:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://darrenhobbs.com/?p=516#comment-145</guid>
		<description>I actually tested v8, tracemonkey, and squirrelfish here:
http://waynepan.com/2008/09/02/v8-tracemonkey-squirrelfish-ie8-benchmarks/

v8 is 3x faster on dromaeo and 2x faster on sunspider.</description>
		<content:encoded><![CDATA[<p>I actually tested v8, tracemonkey, and squirrelfish here:<br />
<a href="http://waynepan.com/2008/09/02/v8-tracemonkey-squirrelfish-ie8-benchmarks/" rel="nofollow">http://waynepan.com/2008/09/02/v8-tracemonkey-squirrelfish-ie8-benchmarks/</a></p>
<p>v8 is 3x faster on dromaeo and 2x faster on sunspider.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Guthrie</title>
		<link>http://darrenhobbs.com/?p=516#comment-144</link>
		<dc:creator>Adam Guthrie</dc:creator>
		<pubDate>Wed, 03 Sep 2008 02:27:45 +0000</pubDate>
		<guid isPermaLink="false">http://darrenhobbs.com/?p=516#comment-144</guid>
		<description>If you're not already aware, you can test using a TraceMonkey-enabled build right now -- just grab a trunk build of Firefox [0]. You might also want to create a new profile [1], although it'd probably be OK to use your existing one.

[0] http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/
[1] http://support.mozilla.com/en-US/kb/Profiles</description>
		<content:encoded><![CDATA[<p>If you&#8217;re not already aware, you can test using a TraceMonkey-enabled build right now &#8212; just grab a trunk build of Firefox [0]. You might also want to create a new profile [1], although it&#8217;d probably be OK to use your existing one.</p>
<p>[0] <a href="http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/" rel="nofollow">http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/</a><br />
[1] <a href="http://support.mozilla.com/en-US/kb/Profiles" rel="nofollow">http://support.mozilla.com/en-US/kb/Profiles</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
