<?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: Optimizing Flash Animations Via Lookup Tables</title>
	<atom:link href="http://blog.alanklement.com/2009/09/13/flash-lookup-tables/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.alanklement.com/2009/09/13/flash-lookup-tables/</link>
	<description>Web Developer</description>
	<lastBuildDate>Mon, 26 Jul 2010 12:56:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Ragona</title>
		<link>http://blog.alanklement.com/2009/09/13/flash-lookup-tables/comment-page-1/#comment-283</link>
		<dc:creator>Ragona</dc:creator>
		<pubDate>Fri, 18 Sep 2009 16:30:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alanklement.com/?p=244#comment-283</guid>
		<description>@Ben - I don&#039;t think the linked list (or vector) solutions are really &quot;vs&quot; the whole concept of a lookup table. The main component here is the precalculation of positions, but you could store that in any type of collection. (It&#039;s an array here, but I think it could easily be a linked list or a vector.)</description>
		<content:encoded><![CDATA[<p>@Ben &#8211; I don&#8217;t think the linked list (or vector) solutions are really &#8220;vs&#8221; the whole concept of a lookup table. The main component here is the precalculation of positions, but you could store that in any type of collection. (It&#8217;s an array here, but I think it could easily be a linked list or a vector.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matteo</title>
		<link>http://blog.alanklement.com/2009/09/13/flash-lookup-tables/comment-page-1/#comment-282</link>
		<dc:creator>Matteo</dc:creator>
		<pubDate>Fri, 18 Sep 2009 07:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alanklement.com/?p=244#comment-282</guid>
		<description>Alan maybe you already know this library: As3 Data Structure (http://code.google.com/p/as3ds/) it&#039; really nice and easy to use.</description>
		<content:encoded><![CDATA[<p>Alan maybe you already know this library: As3 Data Structure (<a href="http://code.google.com/p/as3ds/" rel="nofollow">http://code.google.com/p/as3ds/</a>) it&#8217; really nice and easy to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://blog.alanklement.com/2009/09/13/flash-lookup-tables/comment-page-1/#comment-281</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 18 Sep 2009 06:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alanklement.com/?p=244#comment-281</guid>
		<description>Lookup table VS Linked list VS Vector. Vector might be quickest? All items are Objects. Good example anyway.</description>
		<content:encoded><![CDATA[<p>Lookup table VS Linked list VS Vector. Vector might be quickest? All items are Objects. Good example anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://blog.alanklement.com/2009/09/13/flash-lookup-tables/comment-page-1/#comment-280</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Fri, 18 Sep 2009 04:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alanklement.com/?p=244#comment-280</guid>
		<description>@Ragona 
Hmm, linked list eh?
http://en.wikipedia.org/wiki/Linked_list

Interesting I&#039;ll play around with those. Thanks for the idea.</description>
		<content:encoded><![CDATA[<p>@Ragona<br />
Hmm, linked list eh?<br />
<a href="http://en.wikipedia.org/wiki/Linked_list" rel="nofollow">http://en.wikipedia.org/wiki/Linked_list</a></p>
<p>Interesting I&#8217;ll play around with those. Thanks for the idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ragona</title>
		<link>http://blog.alanklement.com/2009/09/13/flash-lookup-tables/comment-page-1/#comment-278</link>
		<dc:creator>Ragona</dc:creator>
		<pubDate>Fri, 18 Sep 2009 04:16:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alanklement.com/?p=244#comment-278</guid>
		<description>Great example. This seems like a good candidate for using a linked list, and I bet you&#039;d get even better performance.</description>
		<content:encoded><![CDATA[<p>Great example. This seems like a good candidate for using a linked list, and I bet you&#8217;d get even better performance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
