<?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: AS3 Performance comparison tool</title>
	<atom:link href="http://dispatchevent.org/mims/as3-performance-comparison-tool/feed/" rel="self" type="application/rss+xml" />
	<link>http://dispatchevent.org/mims/as3-performance-comparison-tool/</link>
	<description>Collective thoughts on the Flash Platform, iOS, Unity, and any other technology we use.</description>
	<lastBuildDate>Wed, 09 May 2012 04:35:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Michael D.</title>
		<link>http://dispatchevent.org/mims/as3-performance-comparison-tool/comment-page-1/#comment-177206</link>
		<dc:creator>Michael D.</dc:creator>
		<pubDate>Tue, 07 Sep 2010 19:23:38 +0000</pubDate>
		<guid isPermaLink="false">http://dispatchevent.org/?p=523#comment-177206</guid>
		<description>I am the author of the EventListenerManager -ELM.
I created a benchmark to measure other EventListenerManagers out there and ELM of course for comparison - however I had two versions, one using Vectors, another one using Arrays. In this benchmark using Vectors were saving some KBs of Memory but the Array was still faster. No need to cast Vector elements which I did in this test for Array elements - results might turn out different without the Array-element-casting. I prefer FP9 compatibility over not so much better FP10 only Vectors...)
You might checkout the benchmark and it&#039;s source to play with it - http://code.google.com/p/as3listenermanager/

cheers 
mike</description>
		<content:encoded><![CDATA[<p>I am the author of the EventListenerManager -ELM.<br />
I created a benchmark to measure other EventListenerManagers out there and ELM of course for comparison &#8211; however I had two versions, one using Vectors, another one using Arrays. In this benchmark using Vectors were saving some KBs of Memory but the Array was still faster. No need to cast Vector elements which I did in this test for Array elements &#8211; results might turn out different without the Array-element-casting. I prefer FP9 compatibility over not so much better FP10 only Vectors&#8230;)<br />
You might checkout the benchmark and it&#8217;s source to play with it &#8211; <a href="http://code.google.com/p/as3listenermanager/" rel="nofollow">http://code.google.com/p/as3listenermanager/</a></p>
<p>cheers<br />
mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SP</title>
		<link>http://dispatchevent.org/mims/as3-performance-comparison-tool/comment-page-1/#comment-146089</link>
		<dc:creator>SP</dc:creator>
		<pubDate>Sun, 26 Apr 2009 19:52:34 +0000</pubDate>
		<guid isPermaLink="false">http://dispatchevent.org/?p=523#comment-146089</guid>
		<description>Array is THAT much slower than Vector because it should be casted.
var num:int = int(array[i]);

Vector is faster than Array, but not THAT much.

SP.</description>
		<content:encoded><![CDATA[<p>Array is THAT much slower than Vector because it should be casted.<br />
var num:int = int(array[i]);</p>
<p>Vector is faster than Array, but not THAT much.</p>
<p>SP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Brown</title>
		<link>http://dispatchevent.org/mims/as3-performance-comparison-tool/comment-page-1/#comment-135208</link>
		<dc:creator>John Brown</dc:creator>
		<pubDate>Tue, 13 Jan 2009 23:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://dispatchevent.org/?p=523#comment-135208</guid>
		<description>I did not know that about Vectors. I didn&#039;t even know what a Vector was. Now, I will be including that in my workflow.

Thanks so much!</description>
		<content:encoded><![CDATA[<p>I did not know that about Vectors. I didn&#8217;t even know what a Vector was. Now, I will be including that in my workflow.</p>
<p>Thanks so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micheal Draw</title>
		<link>http://dispatchevent.org/mims/as3-performance-comparison-tool/comment-page-1/#comment-133124</link>
		<dc:creator>Micheal Draw</dc:creator>
		<pubDate>Fri, 19 Dec 2008 11:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://dispatchevent.org/?p=523#comment-133124</guid>
		<description>Hi.
Test is good.this graphics drawing referenced speed?</description>
		<content:encoded><![CDATA[<p>Hi.<br />
Test is good.this graphics drawing referenced speed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://dispatchevent.org/mims/as3-performance-comparison-tool/comment-page-1/#comment-132966</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Thu, 18 Dec 2008 02:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://dispatchevent.org/?p=523#comment-132966</guid>
		<description>Awesome find sir, passed it along.</description>
		<content:encoded><![CDATA[<p>Awesome find sir, passed it along.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

