<?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: loops : and the winner is &#8230;</title>
	<atom:link href="http://en.nicoptere.net/?feed=rss2&#038;p=7" rel="self" type="application/rss+xml" />
	<link>http://en.nicoptere.net/?p=7</link>
	<description>flash and you and me and you</description>
	<lastBuildDate>Tue, 07 Sep 2010 11:25:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Hellsy</title>
		<link>http://en.nicoptere.net/?p=7&#038;cpage=1#comment-160</link>
		<dc:creator>Hellsy</dc:creator>
		<pubDate>Tue, 07 Apr 2009 17:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://en.nicoptere.net/?p=7#comment-160</guid>
		<description>for ++ method: 215 ms - Number
for ++ method: 60 ms - uint
for ++ method: 51 ms - int</description>
		<content:encoded><![CDATA[<p>for ++ method: 215 ms &#8211; Number<br />
for ++ method: 60 ms &#8211; uint<br />
for ++ method: 51 ms &#8211; int</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sitron</title>
		<link>http://en.nicoptere.net/?p=7&#038;cpage=1#comment-7</link>
		<dc:creator>sitron</dc:creator>
		<pubDate>Mon, 14 Jul 2008 10:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://en.nicoptere.net/?p=7#comment-7</guid>
		<description>well i guess the only &quot;morality&quot; is &quot;never use for++ and uint&quot;... (&gt;140ms)
for the rest...
my best result is while++ with int (44ms)
mac pro / firefox / flash9</description>
		<content:encoded><![CDATA[<p>well i guess the only &#8220;morality&#8221; is &#8220;never use for++ and uint&#8221;&#8230; (&gt;140ms)<br />
for the rest&#8230;<br />
my best result is while++ with int (44ms)<br />
mac pro / firefox / flash9</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nicoptere</title>
		<link>http://en.nicoptere.net/?p=7&#038;cpage=1#comment-6</link>
		<dc:creator>nicoptere</dc:creator>
		<pubDate>Sat, 12 Jul 2008 14:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://en.nicoptere.net/?p=7#comment-6</guid>
		<description>hi! thanks for coming
I am on a MacBook / opera / FP9 which gives (almost always)
int:
for ++ method: 88 ms
while ++ method: 81 ms
while -- method: 73 ms

number:
for ++ method: 44 ms
while ++ method: 74 ms
while -- method: 76 ms

but I guess it&#039;s platform dependant + player dependant + whatever dependant :/
it also seems that the decremental loops are a bit faster with the for loops.</description>
		<content:encoded><![CDATA[<p>hi! thanks for coming<br />
I am on a MacBook / opera / FP9 which gives (almost always)<br />
int:<br />
for ++ method: 88 ms<br />
while ++ method: 81 ms<br />
while &#8212; method: 73 ms</p>
<p>number:<br />
for ++ method: 44 ms<br />
while ++ method: 74 ms<br />
while &#8212; method: 76 ms</p>
<p>but I guess it&#8217;s platform dependant + player dependant + whatever dependant :/<br />
it also seems that the decremental loops are a bit faster with the for loops.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario Klingemann</title>
		<link>http://en.nicoptere.net/?p=7&#038;cpage=1#comment-5</link>
		<dc:creator>Mario Klingemann</dc:creator>
		<pubDate>Sat, 12 Jul 2008 14:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://en.nicoptere.net/?p=7#comment-5</guid>
		<description>Strangely enough I am getting different results when I run your tests in my browser. I am seeing while++ and while -- with int as a winner.</description>
		<content:encoded><![CDATA[<p>Strangely enough I am getting different results when I run your tests in my browser. I am seeing while++ and while &#8212; with int as a winner.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
