<?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: JavaScript Optimization &#8211; Destructive Vs Indexed Array Iteration</title> <atom:link href="http://www.shamasis.net/2009/11/javascript-optimization-destructive-vs-indexed-array-iteration/feed/" rel="self" type="application/rss+xml" /><link>http://www.shamasis.net/2009/11/javascript-optimization-destructive-vs-indexed-array-iteration/</link> <description>All you need to know what I know</description> <lastBuildDate>Fri, 10 Feb 2012 05:52: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: isko</title><link>http://www.shamasis.net/2009/11/javascript-optimization-destructive-vs-indexed-array-iteration/comment-page-1/#comment-3561</link> <dc:creator>isko</dc:creator> <pubDate>Tue, 08 Feb 2011 03:18:06 +0000</pubDate> <guid
isPermaLink="false">http://www.shamasis.net/?p=1161#comment-3561</guid> <description>&lt;code&gt;
test = arr[length–];
&lt;/code&gt;
is it not supposed to be this?
test = arr[length–-];</description> <content:encoded><![CDATA[<p>&lt;code&gt;<br
/> test = arr[length–];<br
/> &lt;/code&gt;<br
/> is it not supposed to be this?<br
/> test = arr[length–-];</p> ]]></content:encoded> </item> <item><title>By: Rohitesh Dutta</title><link>http://www.shamasis.net/2009/11/javascript-optimization-destructive-vs-indexed-array-iteration/comment-page-1/#comment-440</link> <dc:creator>Rohitesh Dutta</dc:creator> <pubDate>Sun, 22 Nov 2009 13:58:05 +0000</pubDate> <guid
isPermaLink="false">http://www.shamasis.net/?p=1161#comment-440</guid> <description>Hmmm... Maybe am from the C++/Java (as opposed to C) background, I prefer the indexed traversal. Never really wondered about the cost, though! Lucky by accident? ;)</description> <content:encoded><![CDATA[<p>Hmmm&#8230; Maybe am from the C++/Java (as opposed to C) background, I prefer the indexed traversal. Never really wondered about the cost, though! Lucky by accident? <img
src='http://www.shamasis.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p> ]]></content:encoded> </item> </channel> </rss>
