<?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: Stop Micro-optimizing</title>
	<atom:link href="http://blog.seanja.com/2009/11/stop-micro-optimizing/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.seanja.com/2009/11/stop-micro-optimizing/</link>
	<description>I have come forward in time from the year 1986 to share this with you</description>
	<lastBuildDate>Mon, 16 Jan 2012 15:44:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: SeanJA</title>
		<link>http://blog.seanja.com/2009/11/stop-micro-optimizing/comment-page-1/#comment-3522</link>
		<dc:creator>SeanJA</dc:creator>
		<pubDate>Tue, 01 Dec 2009 12:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seanja.com/?p=789#comment-3522</guid>
		<description>I do too to be honest, which really screws me up when I switch over to java... What do you mean invalid char? The point is, if you are working on a project that already has double quotes, don&#039;t worry about changing them up.

Side note: I think the single quote looks cleaner (and you have to hit shift less, so it is a coding optimization).</description>
		<content:encoded><![CDATA[<p>I do too to be honest, which really screws me up when I switch over to java&#8230; What do you mean invalid char? The point is, if you are working on a project that already has double quotes, don&#8217;t worry about changing them up.</p>
<p>Side note: I think the single quote looks cleaner (and you have to hit shift less, so it is a coding optimization).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gav</title>
		<link>http://blog.seanja.com/2009/11/stop-micro-optimizing/comment-page-1/#comment-3475</link>
		<dc:creator>gav</dc:creator>
		<pubDate>Fri, 20 Nov 2009 00:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seanja.com/?p=789#comment-3475</guid>
		<description>When I code something from scratch I automatically use single quotes unless I am actually putting variables into my strings. Yes, this is because I heard the tip about micro optimization. I realize it probably doesn&#039;t help any significant amount, but my code is standardized!

Nice article.</description>
		<content:encoded><![CDATA[<p>When I code something from scratch I automatically use single quotes unless I am actually putting variables into my strings. Yes, this is because I heard the tip about micro optimization. I realize it probably doesn&#8217;t help any significant amount, but my code is standardized!</p>
<p>Nice article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SeanJA</title>
		<link>http://blog.seanja.com/2009/11/stop-micro-optimizing/comment-page-1/#comment-3435</link>
		<dc:creator>SeanJA</dc:creator>
		<pubDate>Fri, 13 Nov 2009 10:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seanja.com/?p=789#comment-3435</guid>
		<description>If you are serving millions of users, I hope that you have the good sense to implement caching of the generated HTML and the generated bytecode. At that point too, you should be looking at optimizations (a better database schema, better database queries, better algorithms...) and then maybe, if you are still having problems start micro-optimizing.</description>
		<content:encoded><![CDATA[<p>If you are serving millions of users, I hope that you have the good sense to implement caching of the generated HTML and the generated bytecode. At that point too, you should be looking at optimizations (a better database schema, better database queries, better algorithms&#8230;) and then maybe, if you are still having problems start micro-optimizing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PhiLho</title>
		<link>http://blog.seanja.com/2009/11/stop-micro-optimizing/comment-page-1/#comment-3431</link>
		<dc:creator>PhiLho</dc:creator>
		<pubDate>Thu, 12 Nov 2009 21:56:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seanja.com/?p=789#comment-3431</guid>
		<description>Well, I would answer: &quot;Stop making meaningless micro-benchmarks&quot;...
If I am not mistaken, the micro-optimization is about time to convert PHP source code to bytecode. So your brenchmark measures nothing.
Now, the difference is probably small for lot of applications. But it might do a difference for Web sites with millions of users, or large files mostly holding localization strings.</description>
		<content:encoded><![CDATA[<p>Well, I would answer: &#8220;Stop making meaningless micro-benchmarks&#8221;&#8230;<br />
If I am not mistaken, the micro-optimization is about time to convert PHP source code to bytecode. So your brenchmark measures nothing.<br />
Now, the difference is probably small for lot of applications. But it might do a difference for Web sites with millions of users, or large files mostly holding localization strings.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

