<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>JacksonDunstan.com &#187; linked lists</title>
	<atom:link href="http://jacksondunstan.com/articles/tag/linked-lists/feed" rel="self" type="application/rss+xml" />
	<link>http://jacksondunstan.com</link>
	<description>Mastering AS3</description>
	<lastBuildDate>Thu, 29 Jul 2010 17:27:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linked Lists: Part 3</title>
		<link>http://jacksondunstan.com/articles/558</link>
		<comments>http://jacksondunstan.com/articles/558#comments</comments>
		<pubDate>Wed, 23 Dec 2009 09:00:26 +0000</pubDate>
		<dc:creator>jackson</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[arrays]]></category>
		<category><![CDATA[linked lists]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://jacksondunstan.com/?p=558</guid>
		<description><![CDATA[Continuing in the series on linked lists that started with parts one and two, today I&#8217;ll make the first serious optimization pass on the LinkedList implementation. Read on for how successful this is.

Firstly, while I claimed last time that the API was complete, I changed it slightly this time. I realized that the two Array [...]]]></description>
		<wfw:commentRss>http://jacksondunstan.com/articles/558/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linked Lists: Part 2</title>
		<link>http://jacksondunstan.com/articles/552</link>
		<comments>http://jacksondunstan.com/articles/552#comments</comments>
		<pubDate>Mon, 21 Dec 2009 09:00:02 +0000</pubDate>
		<dc:creator>jackson</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[arrays]]></category>
		<category><![CDATA[linked lists]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://jacksondunstan.com/?p=552</guid>
		<description><![CDATA[Last time I began covering linked lists in AS3. As anyone who has ever taken a data structures class can tell you, this is definitely a core data structure. As such, it has numerous benefits compared to other single-dimensional data structures like arrays and hash tables. The Array class in AS3 is far from a [...]]]></description>
		<wfw:commentRss>http://jacksondunstan.com/articles/552/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Linked Lists: Part I</title>
		<link>http://jacksondunstan.com/articles/548</link>
		<comments>http://jacksondunstan.com/articles/548#comments</comments>
		<pubDate>Fri, 18 Dec 2009 09:00:03 +0000</pubDate>
		<dc:creator>jackson</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[arrays]]></category>
		<category><![CDATA[linked lists]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://jacksondunstan.com/?p=548</guid>
		<description><![CDATA[I&#8217;ve written before about linked lists when I covered free lists. There were massive speedups to be had there, but that article mostly covered the performance costs of allocation and deallocation. Today is part one of a series that more generally covers linked lists.

I&#8217;ve written a LinkedList class in AS3 with an API that (mostly) [...]]]></description>
		<wfw:commentRss>http://jacksondunstan.com/articles/548/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
