<?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: Try&#8230; Catch Benchmark</title>
	<atom:link href="http://scriptnode.com/article/try-catch-benchmark/feed/" rel="self" type="application/rss+xml" />
	<link>http://scriptnode.com/article/try-catch-benchmark/</link>
	<description>Tips and tricks for web developers.</description>
	<lastBuildDate>Sun, 18 Jul 2010 10:29:51 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dr. Pimp</title>
		<link>http://scriptnode.com/article/try-catch-benchmark/comment-page-1/#comment-297</link>
		<dc:creator>Dr. Pimp</dc:creator>
		<pubDate>Fri, 26 Jun 2009 18:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://scriptnode.com/?p=25#comment-297</guid>
		<description>Safari 4, kills it all:

Results:
Solo: 0 milliseconds
With try...catch statement: 4 milliseconds
With try...catch statement and an error: 50 milliseconds

Executed with a white MacBook 2.0 GHz (4MB L2 Cache), 2GB RAM</description>
		<content:encoded><![CDATA[<p>Safari 4, kills it all:</p>
<p>Results:<br />
Solo: 0 milliseconds<br />
With try&#8230;catch statement: 4 milliseconds<br />
With try&#8230;catch statement and an error: 50 milliseconds</p>
<p>Executed with a white MacBook 2.0 GHz (4MB L2 Cache), 2GB RAM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YuriK</title>
		<link>http://scriptnode.com/article/try-catch-benchmark/comment-page-1/#comment-291</link>
		<dc:creator>YuriK</dc:creator>
		<pubDate>Thu, 14 May 2009 17:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://scriptnode.com/?p=25#comment-291</guid>
		<description>i think you should add IE8, Safari 4, Opera 9.6 to this list.
its a very good benchmark demo.</description>
		<content:encoded><![CDATA[<p>i think you should add IE8, Safari 4, Opera 9.6 to this list.<br />
its a very good benchmark demo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Hackett</title>
		<link>http://scriptnode.com/article/try-catch-benchmark/comment-page-1/#comment-46</link>
		<dc:creator>Matt Hackett</dc:creator>
		<pubDate>Fri, 11 Jul 2008 19:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://scriptnode.com/?p=25#comment-46</guid>
		<description>Hi Robert,

To be honest I wrote this article before FF3 was out and only just recently published it. Thanks for reminding me! I will post an update (it needs to be on the same machine as the initial testing so the speeds remain relative).

Also World of Solitaire is great! All the YUI guys here love it.</description>
		<content:encoded><![CDATA[<p>Hi Robert,</p>
<p>To be honest I wrote this article before FF3 was out and only just recently published it. Thanks for reminding me! I will post an update (it needs to be on the same machine as the initial testing so the speeds remain relative).</p>
<p>Also World of Solitaire is great! All the YUI guys here love it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://scriptnode.com/article/try-catch-benchmark/comment-page-1/#comment-45</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Fri, 11 Jul 2008 18:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://scriptnode.com/?p=25#comment-45</guid>
		<description>That is very insightful information. I myself never use try catch except where I have no control over possible exception and I expect them, this is very rare.
I&#039;m not a fan of try/catch :)

I wonder why you didn&#039;t include Firefox 3?
I ran it myself with FF3 three times and got:

Solo: 7ms
try...catch: 6ms
try.catch and an error: 19.882 seconds

Solo: 6ms
try...catch: 6ms
try.catch and an error: 19.806 seconds

Solo: 6ms
try...catch: 7ms
try.catch and an error: 19.782 seconds

Aside from the HORRIBLE performance catching an actual error, Firefox 3 beats all the rest.</description>
		<content:encoded><![CDATA[<p>That is very insightful information. I myself never use try catch except where I have no control over possible exception and I expect them, this is very rare.<br />
I&#8217;m not a fan of try/catch :)</p>
<p>I wonder why you didn&#8217;t include Firefox 3?<br />
I ran it myself with FF3 three times and got:</p>
<p>Solo: 7ms<br />
try&#8230;catch: 6ms<br />
try.catch and an error: 19.882 seconds</p>
<p>Solo: 6ms<br />
try&#8230;catch: 6ms<br />
try.catch and an error: 19.806 seconds</p>
<p>Solo: 6ms<br />
try&#8230;catch: 7ms<br />
try.catch and an error: 19.782 seconds</p>
<p>Aside from the HORRIBLE performance catching an actual error, Firefox 3 beats all the rest.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
