<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Switch vs if-else-if</title>
	<atom:link href="http://blog.somecreativity.com/2008/04/24/switch-vs-if-else-if/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.somecreativity.com/2008/04/24/switch-vs-if-else-if/</link>
	<description>Weblog of Siddharth Uppal</description>
	<lastBuildDate>Wed, 25 Jan 2012 11:37:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Switch is just If-Else-If &#171; Some Creativity</title>
		<link>http://blog.somecreativity.com/2008/04/24/switch-vs-if-else-if/#comment-4663</link>
		<dc:creator><![CDATA[Switch is just If-Else-If &#171; Some Creativity]]></dc:creator>
		<pubDate>Fri, 25 Apr 2008 04:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://siddhu.wordpress.com/?p=476#comment-4663</guid>
		<description><![CDATA[[...] Nope. If the range of the values specified in the case clauses is large, creating a table as explained previously, will cause wastage of memory. So a function like the following won&#8217;t be utilizing the IL &#8220;switch&#8221; statement and will be treated like a sequence of &#8220;if-then-else&#8221; statements. However, for efficiency, the order of comparisons might be different from the order in which &#8220;case&#8221; clauses were specified in your code (more info). [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Nope. If the range of the values specified in the case clauses is large, creating a table as explained previously, will cause wastage of memory. So a function like the following won&#8217;t be utilizing the IL &#8220;switch&#8221; statement and will be treated like a sequence of &#8220;if-then-else&#8221; statements. However, for efficiency, the order of comparisons might be different from the order in which &#8220;case&#8221; clauses were specified in your code (more info). [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

