<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Why Google Chrome may not be the big revolution you think it is</title>
	<atom:link href="http://diovo.com/2008/09/why-google-chrome-may-not-be-the-big-revolution-you-think-it-is/feed/" rel="self" type="application/rss+xml" />
	<link>http://diovo.com/2008/09/why-google-chrome-may-not-be-the-big-revolution-you-think-it-is/</link>
	<description>Startups, Programming and stuff...</description>
	<lastBuildDate>Mon, 07 May 2012 14:22:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: diagnostic immobilier</title>
		<link>http://diovo.com/2008/09/why-google-chrome-may-not-be-the-big-revolution-you-think-it-is/comment-page-1/#comment-19502</link>
		<dc:creator>diagnostic immobilier</dc:creator>
		<pubDate>Wed, 08 Feb 2012 01:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.diovo.com/?p=252#comment-19502</guid>
		<description>Coucou tout le monde que pensez-vous de mon nouveau blog sur le diagnostic immobilier?</description>
		<content:encoded><![CDATA[<p>Coucou tout le monde que pensez-vous de mon nouveau blog sur le diagnostic immobilier?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atrix256</title>
		<link>http://diovo.com/2008/09/why-google-chrome-may-not-be-the-big-revolution-you-think-it-is/comment-page-1/#comment-10930</link>
		<dc:creator>Atrix256</dc:creator>
		<pubDate>Sat, 22 Oct 2011 08:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.diovo.com/?p=252#comment-10930</guid>
		<description>I wanted to add my two cents here, I&#039;m a professional console game programmer working on implementing (what i hope to be) a real time ray tracer in javascript using a 2d html5 canvas.

With a 300 x 300 pixel canvas with 2 spheres and a plane, brute force testing for collisions, casting just a primary ray for each pixels, my browsers give:
IE: 1.5fps (666ms)
Firefox: 2fps (500ms)
Chrome: 5ps (200ms)

caching the intersection results from the previous frame, so that all it does is shading per pixel (again just for the primary rays), my browsers give:
IE: 4.5fps (222ms)
Firefox: 7-7.5fps (about 140ms)
Chrome: 20fps (50ms!)

This and other benchmarks have shown me that Chrome is significantly faster than firefox which is a lot faster than IE.  Opera has given me numbers pretty similar to firefox performance.

My fps timing works by counting frames over 2 seconds and then dividing to get fps and ms, so my fps measurements may be up to 0.5fps low for each reading.</description>
		<content:encoded><![CDATA[<p>I wanted to add my two cents here, I&#8217;m a professional console game programmer working on implementing (what i hope to be) a real time ray tracer in javascript using a 2d html5 canvas.</p>
<p>With a 300 x 300 pixel canvas with 2 spheres and a plane, brute force testing for collisions, casting just a primary ray for each pixels, my browsers give:<br />
IE: 1.5fps (666ms)<br />
Firefox: 2fps (500ms)<br />
Chrome: 5ps (200ms)</p>
<p>caching the intersection results from the previous frame, so that all it does is shading per pixel (again just for the primary rays), my browsers give:<br />
IE: 4.5fps (222ms)<br />
Firefox: 7-7.5fps (about 140ms)<br />
Chrome: 20fps (50ms!)</p>
<p>This and other benchmarks have shown me that Chrome is significantly faster than firefox which is a lot faster than IE.  Opera has given me numbers pretty similar to firefox performance.</p>
<p>My fps timing works by counting frames over 2 seconds and then dividing to get fps and ms, so my fps measurements may be up to 0.5fps low for each reading.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muhammad W</title>
		<link>http://diovo.com/2008/09/why-google-chrome-may-not-be-the-big-revolution-you-think-it-is/comment-page-1/#comment-4003</link>
		<dc:creator>Muhammad W</dc:creator>
		<pubDate>Thu, 09 Jun 2011 18:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.diovo.com/?p=252#comment-4003</guid>
		<description>where&#039;s the &quot;report website&quot; button here?</description>
		<content:encoded><![CDATA[<p>where&#8217;s the &#8220;report website&#8221; button here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niyaz PK</title>
		<link>http://diovo.com/2008/09/why-google-chrome-may-not-be-the-big-revolution-you-think-it-is/comment-page-1/#comment-1126</link>
		<dc:creator>Niyaz PK</dc:creator>
		<pubDate>Mon, 27 Jul 2009 08:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.diovo.com/?p=252#comment-1126</guid>
		<description>bynge,

Chrome is really fast, and because of this it is my default browser  now.

As per the current benchmarks, safari is the fastest browser. So you may want to check out safari too.</description>
		<content:encoded><![CDATA[<p>bynge,</p>
<p>Chrome is really fast, and because of this it is my default browser  now.</p>
<p>As per the current benchmarks, safari is the fastest browser. So you may want to check out safari too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bynge</title>
		<link>http://diovo.com/2008/09/why-google-chrome-may-not-be-the-big-revolution-you-think-it-is/comment-page-1/#comment-1125</link>
		<dc:creator>bynge</dc:creator>
		<pubDate>Mon, 27 Jul 2009 08:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.diovo.com/?p=252#comment-1125</guid>
		<description>Now that chrome is officially out, its time you compare it from the point of view of a common user and set aside the computer techie in you. Not that the tests you mentioned are not valid arguments for chrome  being better than others.

I find it always faster than any other browser out there. I realise that it is not loaded with add-ons just as firefox, I am sure you if give them a little more time, Google will show what they really can. (I agree it just like saying Linux is faster, Both doesn&#039;t do anything)</description>
		<content:encoded><![CDATA[<p>Now that chrome is officially out, its time you compare it from the point of view of a common user and set aside the computer techie in you. Not that the tests you mentioned are not valid arguments for chrome  being better than others.</p>
<p>I find it always faster than any other browser out there. I realise that it is not loaded with add-ons just as firefox, I am sure you if give them a little more time, Google will show what they really can. (I agree it just like saying Linux is faster, Both doesn&#8217;t do anything)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jett</title>
		<link>http://diovo.com/2008/09/why-google-chrome-may-not-be-the-big-revolution-you-think-it-is/comment-page-1/#comment-1124</link>
		<dc:creator>jett</dc:creator>
		<pubDate>Sun, 14 Sep 2008 02:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.diovo.com/?p=252#comment-1124</guid>
		<description>&quot;&quot;Everyone must realise that if something is made public it is no longer “beta”. You should stand behind everything you release.&quot;&quot;

Alpha release is private testing
Beta release is public testing

And I have not had a single crash and been using all day. The &quot;:%&quot; crash posted did not crash my browser. The security model they use is going to work great when &quot;addons&quot; or &quot;extensions&quot; are added. The core ideas behind it are wonderful and simple. And for an early leak I am very impressed.</description>
		<content:encoded><![CDATA[<p>&#8220;&#8221;Everyone must realise that if something is made public it is no longer “beta”. You should stand behind everything you release.&#8221;"</p>
<p>Alpha release is private testing<br />
Beta release is public testing</p>
<p>And I have not had a single crash and been using all day. The &#8220;:%&#8221; crash posted did not crash my browser. The security model they use is going to work great when &#8220;addons&#8221; or &#8220;extensions&#8221; are added. The core ideas behind it are wonderful and simple. And for an early leak I am very impressed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anish K.S</title>
		<link>http://diovo.com/2008/09/why-google-chrome-may-not-be-the-big-revolution-you-think-it-is/comment-page-1/#comment-1123</link>
		<dc:creator>Anish K.S</dc:creator>
		<pubDate>Thu, 11 Sep 2008 01:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.diovo.com/?p=252#comment-1123</guid>
		<description>Niyaz PK, Nice Post. hope Google will fix this all issues very soon.</description>
		<content:encoded><![CDATA[<p>Niyaz PK, Nice Post. hope Google will fix this all issues very soon.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

