<?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>Shamasis Bhattacharya &#187; optimization</title>
	<atom:link href="http://www.shamasis.net/tags/optimization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shamasis.net</link>
	<description>All you need to know what I know</description>
	<lastBuildDate>Sun, 06 Jun 2010 06:21:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>JavaScript Optimization &#8211; Destructive Vs Indexed Array Iteration</title>
		<link>http://www.shamasis.net/2009/11/javascript-optimization-destructive-vs-indexed-array-iteration/</link>
		<comments>http://www.shamasis.net/2009/11/javascript-optimization-destructive-vs-indexed-array-iteration/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 05:59:49 +0000</pubDate>
		<dc:creator>Shamasis Bhattacharya</dc:creator>
				<category><![CDATA[Technical Publications]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[optimization]]></category>

		<guid isPermaLink="false">http://www.shamasis.net/?p=1161</guid>
		<description><![CDATA[In number of JavaScript applications, developers are found to use destructive array iteration for the sake of readability and simplicity of codes. However, usage of the same is not always conducive towards the performance of the code. An example of destructive array iteration: var test, &#160; &#160;arr = &#91;&#34;item1&#34;, &#34;item2&#34;, &#34;item3&#34;, &#34;item4&#34;, &#34;item5&#34;&#93;;  &#160; while&#40;arr.length&#41; [...]]]></description>
		<wfw:commentRss>http://www.shamasis.net/2009/11/javascript-optimization-destructive-vs-indexed-array-iteration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Optimizing JavaScript (part 1)</title>
		<link>http://www.shamasis.net/2009/04/optimizing-javascript-1/</link>
		<comments>http://www.shamasis.net/2009/04/optimizing-javascript-1/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 20:04:23 +0000</pubDate>
		<dc:creator>Shamasis Bhattacharya</dc:creator>
				<category><![CDATA[Technical Publications]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.shamasis.net/?p=515</guid>
		<description><![CDATA[In my years of experience in programming, I have observed that certain performance ‘tweaks’ work best for certain languages. This is mostly due to the nature of the interpreter/compiler involved in executing a particular piece of code. With respect to JavaScript, there are quite a few very queer tweaks that can tune up your JavaScript [...]]]></description>
		<wfw:commentRss>http://www.shamasis.net/2009/04/optimizing-javascript-1/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
