<?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: Taking JavaScript Performance to the Extreme with Thomas Fuchs</title>
	<atom:link href="http://www.globalnerdy.com/2009/11/09/taking-javascript-performance-to-the-extreme-with-thomas-fuchs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.globalnerdy.com/2009/11/09/taking-javascript-performance-to-the-extreme-with-thomas-fuchs/</link>
	<description>Tech Evangelist Joey deVilla on Shopify, startups, software development, tech news and other nerdy stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:18:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Joey deVilla</title>
		<link>http://www.globalnerdy.com/2009/11/09/taking-javascript-performance-to-the-extreme-with-thomas-fuchs/comment-page-1/#comment-5841</link>
		<dc:creator>Joey deVilla</dc:creator>
		<pubDate>Mon, 09 Nov 2009 22:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.globalnerdy.com/?p=4662#comment-5841</guid>
		<description>&lt;strong&gt;Mark Jaquith:&lt;/strong&gt; Excellent caveat! Maybe I need to throw in an &quot;all things being equal&quot; qualifier somewhere in there.</description>
		<content:encoded><![CDATA[<p><strong>Mark Jaquith:</strong> Excellent caveat! Maybe I need to throw in an &#8220;all things being equal&#8221; qualifier somewhere in there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Jaquith</title>
		<link>http://www.globalnerdy.com/2009/11/09/taking-javascript-performance-to-the-extreme-with-thomas-fuchs/comment-page-1/#comment-5840</link>
		<dc:creator>Mark Jaquith</dc:creator>
		<pubDate>Mon, 09 Nov 2009 22:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.globalnerdy.com/?p=4662#comment-5840</guid>
		<description>&lt;blockquote&gt;Tune your boolean expressions: in logical “AND” (&amp;&amp;) operations, make the operand most likely to be false the first one.&lt;/blockquote&gt;

Unless there is a huge performance difference between the tests, in which case you should put the expensive ones behind less expensive ones.</description>
		<content:encoded><![CDATA[<blockquote><p>Tune your boolean expressions: in logical “AND” (&amp;&amp;) operations, make the operand most likely to be false the first one.</p></blockquote>
<p>Unless there is a huge performance difference between the tests, in which case you should put the expensive ones behind less expensive ones.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

