<?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: Flex ArrayCollection Performance</title>
	<atom:link href="http://gorillajawn.com/wordpress/2008/11/04/flex-arraycollection-performance/feed/" rel="self" type="application/rss+xml" />
	<link>http://gorillajawn.com/wordpress/2008/11/04/flex-arraycollection-performance/</link>
	<description>Enterprise Software Consultant</description>
	<lastBuildDate>Mon, 15 Mar 2010 20:02:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Flex: Wrapping an ArrayCollection of Arrays &#171; Justin J. Moses : Blog</title>
		<link>http://gorillajawn.com/wordpress/2008/11/04/flex-arraycollection-performance/comment-page-1/#comment-20850</link>
		<dc:creator>Flex: Wrapping an ArrayCollection of Arrays &#171; Justin J. Moses : Blog</dc:creator>
		<pubDate>Tue, 07 Apr 2009 02:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://ectropic.com/wordpress/?p=59#comment-20850</guid>
		<description>[...] enable databinding. You could alter it slightly to handle ArrayCollections, but as we can see from Jon Rose&#8217;s blog and examples, you lose performance with a high number of [...]</description>
		<content:encoded><![CDATA[<p>[...] enable databinding. You could alter it slightly to handle ArrayCollections, but as we can see from Jon Rose&#8217;s blog and examples, you lose performance with a high number of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drunk on Software &#187; Blog Archive &#187; Episode 3: Performance Pitfalls of Flex&#8217;s ArrayCollection</title>
		<link>http://gorillajawn.com/wordpress/2008/11/04/flex-arraycollection-performance/comment-page-1/#comment-20572</link>
		<dc:creator>Drunk on Software &#187; Blog Archive &#187; Episode 3: Performance Pitfalls of Flex&#8217;s ArrayCollection</dc:creator>
		<pubDate>Fri, 28 Nov 2008 01:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://ectropic.com/wordpress/?p=59#comment-20572</guid>
		<description>[...] of working with large data sets in Flex. For additional details read Jon&#8217;s blog about the performance problems with ArrayCollection and check out the associated bug in Flex&#8217;s bug db. We&#8217;ve also put together two Flex [...]</description>
		<content:encoded><![CDATA[<p>[...] of working with large data sets in Flex. For additional details read Jon&#8217;s blog about the performance problems with ArrayCollection and check out the associated bug in Flex&#8217;s bug db. We&#8217;ve also put together two Flex [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonr</title>
		<link>http://gorillajawn.com/wordpress/2008/11/04/flex-arraycollection-performance/comment-page-1/#comment-20557</link>
		<dc:creator>jonr</dc:creator>
		<pubDate>Fri, 21 Nov 2008 22:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://ectropic.com/wordpress/?p=59#comment-20557</guid>
		<description>Thanks for the comment Matt!  I actually tried the approach you are describing.  I explain what happened in the following post: http://ectropic.com/wordpress/?p=63.</description>
		<content:encoded><![CDATA[<p>Thanks for the comment Matt!  I actually tried the approach you are describing.  I explain what happened in the following post: <a href="http://ectropic.com/wordpress/?p=63" rel="nofollow">http://ectropic.com/wordpress/?p=63</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://gorillajawn.com/wordpress/2008/11/04/flex-arraycollection-performance/comment-page-1/#comment-20556</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 21 Nov 2008 19:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://ectropic.com/wordpress/?p=59#comment-20556</guid>
		<description>Interesting find.  Could you enable the legacy-collection setting and then have your result handler wrap the resulting array in an ArrayCollection before passing it on to the rest of the system?  That way you get the best of both worlds (no events fired during deserialization but still get the benefits of ArrayCollection later) with only localized code changes.  Or is that what you&#039;re doing already?</description>
		<content:encoded><![CDATA[<p>Interesting find.  Could you enable the legacy-collection setting and then have your result handler wrap the resulting array in an ArrayCollection before passing it on to the rest of the system?  That way you get the best of both worlds (no events fired during deserialization but still get the benefits of ArrayCollection later) with only localized code changes.  Or is that what you&#8217;re doing already?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Velo</title>
		<link>http://gorillajawn.com/wordpress/2008/11/04/flex-arraycollection-performance/comment-page-1/#comment-20555</link>
		<dc:creator>Velo</dc:creator>
		<pubDate>Fri, 21 Nov 2008 13:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://ectropic.com/wordpress/?p=59#comment-20555</guid>
		<description>I&#039;m not 100% of this, didn&#039;t try.  But, instead of returning a List you could change you method to return an Array[]

Just add an extra line and invoke List.toArray(new ?[0]);

I think is better then using legacy-collection setting.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not 100% of this, didn&#8217;t try.  But, instead of returning a List you could change you method to return an Array[]</p>
<p>Just add an extra line and invoke List.toArray(new ?[0]);</p>
<p>I think is better then using legacy-collection setting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Rose&#8217;s Blog &#187; Blog Archive &#187; Chat on Performance Pitfalls of Flex&#8217;s ArrayCollection</title>
		<link>http://gorillajawn.com/wordpress/2008/11/04/flex-arraycollection-performance/comment-page-1/#comment-20553</link>
		<dc:creator>Jon Rose&#8217;s Blog &#187; Blog Archive &#187; Chat on Performance Pitfalls of Flex&#8217;s ArrayCollection</dc:creator>
		<pubDate>Fri, 21 Nov 2008 06:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://ectropic.com/wordpress/?p=59#comment-20553</guid>
		<description>[...] James and I have posted our latest video, Performance Pitfalls of Flex&#8217;s ArrayCollection.  It is a follow-up to my recent post on the problems we encourtered with ArrayCollection.  [...]</description>
		<content:encoded><![CDATA[<p>[...] James and I have posted our latest video, Performance Pitfalls of Flex&#8217;s ArrayCollection.  It is a follow-up to my recent post on the problems we encourtered with ArrayCollection.  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Campbell Anderson</title>
		<link>http://gorillajawn.com/wordpress/2008/11/04/flex-arraycollection-performance/comment-page-1/#comment-20552</link>
		<dc:creator>Campbell Anderson</dc:creator>
		<pubDate>Fri, 21 Nov 2008 03:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://ectropic.com/wordpress/?p=59#comment-20552</guid>
		<description>P.S. if its just the events that are slow. override the &quot;dispatchEvent&quot; method (part of IEventDispatcher) to have a switch to stop it, or stack the events for later disptach.</description>
		<content:encoded><![CDATA[<p>P.S. if its just the events that are slow. override the &#8220;dispatchEvent&#8221; method (part of IEventDispatcher) to have a switch to stop it, or stack the events for later disptach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Campbell Anderson</title>
		<link>http://gorillajawn.com/wordpress/2008/11/04/flex-arraycollection-performance/comment-page-1/#comment-20551</link>
		<dc:creator>Campbell Anderson</dc:creator>
		<pubDate>Fri, 21 Nov 2008 03:41:52 +0000</pubDate>
		<guid isPermaLink="false">http://ectropic.com/wordpress/?p=59#comment-20551</guid>
		<description>Wait until you start dealing with Hierarchical collections (multidimensional Arraycollections) where events have to propagate up the tree. ;) Try getting any decent sized tree happening and you may as-well have just started with Arrays.</description>
		<content:encoded><![CDATA[<p>Wait until you start dealing with Hierarchical collections (multidimensional Arraycollections) where events have to propagate up the tree. <img src='http://gorillajawn.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Try getting any decent sized tree happening and you may as-well have just started with Arrays.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Rose&#8217;s Blog &#187; Blog Archive &#187; Flex Immaturities</title>
		<link>http://gorillajawn.com/wordpress/2008/11/04/flex-arraycollection-performance/comment-page-1/#comment-20525</link>
		<dc:creator>Jon Rose&#8217;s Blog &#187; Blog Archive &#187; Flex Immaturities</dc:creator>
		<pubDate>Fri, 07 Nov 2008 13:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://ectropic.com/wordpress/?p=59#comment-20525</guid>
		<description>[...] similar pain for me was ArrayCollection (see previous post).  In my previous post, I didn&#8217;t discuss our attempts to extend ArrayCollection to control [...]</description>
		<content:encoded><![CDATA[<p>[...] similar pain for me was ArrayCollection (see previous post).  In my previous post, I didn&#8217;t discuss our attempts to extend ArrayCollection to control [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teddy</title>
		<link>http://gorillajawn.com/wordpress/2008/11/04/flex-arraycollection-performance/comment-page-1/#comment-20524</link>
		<dc:creator>teddy</dc:creator>
		<pubDate>Thu, 06 Nov 2008 10:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://ectropic.com/wordpress/?p=59#comment-20524</guid>
		<description>got the same problem with my project, change back from arraycollection to array for some function.</description>
		<content:encoded><![CDATA[<p>got the same problem with my project, change back from arraycollection to array for some function.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
