<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Paul Gregoire's Blog &#187; optimization</title>
	<atom:link href="http://gregoire.org/tag/optimization/feed/" rel="self" type="application/rss+xml" />
	<link>http://gregoire.org</link>
	<description>Various ramblings-on, mostly about Red5</description>
	<lastBuildDate>Thu, 26 Aug 2010 16:38:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Large if block vs list lookup</title>
		<link>http://gregoire.org/2009/08/08/large-if-block-vs-list-lookup/</link>
		<comments>http://gregoire.org/2009/08/08/large-if-block-vs-list-lookup/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 16:42:05 +0000</pubDate>
		<dc:creator>mondain</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[Red5]]></category>

		<guid isPermaLink="false">http://gregoire.org/?p=59</guid>
		<description><![CDATA[In Java, something which has always caught my eye or bugs me to no end is a large &#8220;if&#8221; block. Normally I refactor these into a &#8220;switch&#8221; to make it cleaner and easier to read, but in the case of String comparison it becomes more difficult. To diverge for a moment, I would point out [...]]]></description>
		<wfw:commentRss>http://gregoire.org/2009/08/08/large-if-block-vs-list-lookup/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
