<?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; write</title>
	<atom:link href="http://jacksondunstan.com/articles/tag/write/feed" rel="self" type="application/rss+xml" />
	<link>http://jacksondunstan.com</link>
	<description>Mastering AS3</description>
	<lastBuildDate>Mon, 21 May 2012 09:00:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Static vs. Non-Static</title>
		<link>http://jacksondunstan.com/articles/1690</link>
		<comments>http://jacksondunstan.com/articles/1690#comments</comments>
		<pubDate>Wed, 11 Jan 2012 10:00:20 +0000</pubDate>
		<dc:creator>jackson</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[field]]></category>
		<category><![CDATA[non-static]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[property]]></category>
		<category><![CDATA[read]]></category>
		<category><![CDATA[static]]></category>
		<category><![CDATA[write]]></category>

		<guid isPermaLink="false">http://jacksondunstan.com/?p=1690</guid>
		<description><![CDATA[Tip #8 in my Top 10 Performance Tips For 2012 was to reduce static accesses of variables, functions, etc. in favor of non-static variables and, especially, local variables. I neglected to reference one of my articles and it was pointed out to me that I hadn&#8217;t actually written such an article! So today I&#8217;ll elaborate [...]]]></description>
		<wfw:commentRss>http://jacksondunstan.com/articles/1690/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Dynamic Field Access</title>
		<link>http://jacksondunstan.com/articles/1139</link>
		<comments>http://jacksondunstan.com/articles/1139#comments</comments>
		<pubDate>Mon, 21 Mar 2011 09:00:11 +0000</pubDate>
		<dc:creator>jackson</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[dictionary]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[point]]></category>
		<category><![CDATA[read]]></category>
		<category><![CDATA[write]]></category>

		<guid isPermaLink="false">http://jacksondunstan.com/?p=1139</guid>
		<description><![CDATA[AS3 has an interesting feature that is sometimes used to great effect: dynamic classes. These classes can have fields added and removed to them and used like any other field. You can even make your own dynamic classes with the dynamic keyword. However, all of this fancy functionality comes at a steep performance cost. How [...]]]></description>
		<wfw:commentRss>http://jacksondunstan.com/articles/1139/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Array vs. Vector Part II</title>
		<link>http://jacksondunstan.com/articles/649</link>
		<comments>http://jacksondunstan.com/articles/649#comments</comments>
		<pubDate>Tue, 23 Mar 2010 09:00:32 +0000</pubDate>
		<dc:creator>jackson</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[read]]></category>
		<category><![CDATA[types]]></category>
		<category><![CDATA[vector]]></category>
		<category><![CDATA[write]]></category>

		<guid isPermaLink="false">http://jacksondunstan.com/?p=649</guid>
		<description><![CDATA[Today&#8217;s article is in response to some interesting comments on the previous article comparing Array&#8216;s performance to that of Vector. Today I&#8217;ll test different types of Vectors and the performance of deleting elements. Intro Jean-Phillipe Auclair commented that deleting elements was his problem with Array and Vector. Meanwhile, aaulia commented that the pain was in [...]]]></description>
		<wfw:commentRss>http://jacksondunstan.com/articles/649/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

