<?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: Object pooling in Flex / ActionSctipt</title>
	<atom:link href="http://elromdesign.com/blog/2009/11/05/object-pooling-in-flex-actionsctipt/feed/" rel="self" type="application/rss+xml" />
	<link>http://elromdesign.com/blog/2009/11/05/object-pooling-in-flex-actionsctipt/</link>
	<description>Developing Flash Applications</description>
	<pubDate>Fri, 12 Mar 2010 05:44:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: elad.ny</title>
		<link>http://elromdesign.com/blog/2009/11/05/object-pooling-in-flex-actionsctipt/comment-page-1/#comment-17354</link>
		<dc:creator>elad.ny</dc:creator>
		<pubDate>Tue, 16 Feb 2010 00:59:54 +0000</pubDate>
		<guid isPermaLink="false">http://elromdesign.com/blog/?p=801#comment-17354</guid>
		<description>Hi Jeannie, the source code moved to github: http://github.com/EladElrom/eladlib</description>
		<content:encoded><![CDATA[<p>Hi Jeannie, the source code moved to github: <a href="http://github.com/EladElrom/eladlib" onclick="javascript:pageTracker._trackPageview('/http://github.com/EladElrom/eladlib');" rel="nofollow">http://github.com/EladElrom/eladlib</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeannie</title>
		<link>http://elromdesign.com/blog/2009/11/05/object-pooling-in-flex-actionsctipt/comment-page-1/#comment-17352</link>
		<dc:creator>Jeannie</dc:creator>
		<pubDate>Mon, 15 Feb 2010 19:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://elromdesign.com/blog/?p=801#comment-17352</guid>
		<description>I would like to learn more about object pooling.  However, the link seems to be broken.

ReusablePool.as resulted in a 404 error.  Can you make it available again?</description>
		<content:encoded><![CDATA[<p>I would like to learn more about object pooling.  However, the link seems to be broken.</p>
<p>ReusablePool.as resulted in a 404 error.  Can you make it available again?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elad.ny</title>
		<link>http://elromdesign.com/blog/2009/11/05/object-pooling-in-flex-actionsctipt/comment-page-1/#comment-17177</link>
		<dc:creator>elad.ny</dc:creator>
		<pubDate>Sat, 07 Nov 2009 04:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://elromdesign.com/blog/?p=801#comment-17177</guid>
		<description>Ian, can you share the code?  BTW looking forward meeting you during FlashCamp Philly!</description>
		<content:encoded><![CDATA[<p>Ian, can you share the code?  BTW looking forward meeting you during FlashCamp Philly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian McLean</title>
		<link>http://elromdesign.com/blog/2009/11/05/object-pooling-in-flex-actionsctipt/comment-page-1/#comment-17174</link>
		<dc:creator>Ian McLean</dc:creator>
		<pubDate>Fri, 06 Nov 2009 17:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://elromdesign.com/blog/?p=801#comment-17174</guid>
		<description>Very cool. I've done something similar to this in the past which is to create a UIComponent singleton and place it in your application mxml. It can hold any components needed for re-use (creationPolicy an be set to all if needed). It works a lot like a Locator and you pull up a reference to an object using a static function. It has the benefit of being able define things in mxml and having a visual reference for whats in your object pool. It works pretty well for the quick and dirty.</description>
		<content:encoded><![CDATA[<p>Very cool. I&#8217;ve done something similar to this in the past which is to create a UIComponent singleton and place it in your application mxml. It can hold any components needed for re-use (creationPolicy an be set to all if needed). It works a lot like a Locator and you pull up a reference to an object using a static function. It has the benefit of being able define things in mxml and having a visual reference for whats in your object pool. It works pretty well for the quick and dirty.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elad.ny</title>
		<link>http://elromdesign.com/blog/2009/11/05/object-pooling-in-flex-actionsctipt/comment-page-1/#comment-17173</link>
		<dc:creator>elad.ny</dc:creator>
		<pubDate>Fri, 06 Nov 2009 13:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://elromdesign.com/blog/?p=801#comment-17173</guid>
		<description>Absolutely, thanks for mentioning the GC expense..</description>
		<content:encoded><![CDATA[<p>Absolutely, thanks for mentioning the GC expense..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Wilhelm</title>
		<link>http://elromdesign.com/blog/2009/11/05/object-pooling-in-flex-actionsctipt/comment-page-1/#comment-17172</link>
		<dc:creator>David Wilhelm</dc:creator>
		<pubDate>Fri, 06 Nov 2009 12:56:21 +0000</pubDate>
		<guid isPermaLink="false">http://elromdesign.com/blog/?p=801#comment-17172</guid>
		<description>Thanks for sharing that.. may well use it at some point. Its not only the object creation that is expensive CPU-wise, but also the GC, so you get a double performance boost from re-using objects.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing that.. may well use it at some point. Its not only the object creation that is expensive CPU-wise, but also the GC, so you get a double performance boost from re-using objects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Crist</title>
		<link>http://elromdesign.com/blog/2009/11/05/object-pooling-in-flex-actionsctipt/comment-page-1/#comment-17170</link>
		<dc:creator>Jason Crist</dc:creator>
		<pubDate>Fri, 06 Nov 2009 06:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://elromdesign.com/blog/?p=801#comment-17170</guid>
		<description>I've gotten HUGE memory and performance gains using this pattern. In some of my apps I render hundreds of components at a time, reuse is vital.  Nice implementation of it. Certainly appreciate sharing the code.  

For those that don't know the Flex list component family uses the same technique for the data renderers.  I can't say I'm familiar with Adobe's implementation though. Expanding that idea to other areas is a big help.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve gotten HUGE memory and performance gains using this pattern. In some of my apps I render hundreds of components at a time, reuse is vital.  Nice implementation of it. Certainly appreciate sharing the code.  </p>
<p>For those that don&#8217;t know the Flex list component family uses the same technique for the data renderers.  I can&#8217;t say I&#8217;m familiar with Adobe&#8217;s implementation though. Expanding that idea to other areas is a big help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
