<?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>Nicolas Schudel &#187; Testing</title>
	<atom:link href="http://nicolasschudel.name/tag/testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://nicolasschudel.name</link>
	<description>Balancing Design and Development in Online Media</description>
	<lastBuildDate>Sun, 09 May 2010 08:42:26 +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>ActionScript Performance Testing</title>
		<link>http://nicolasschudel.name/actionscript-performance-testing/</link>
		<comments>http://nicolasschudel.name/actionscript-performance-testing/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 20:41:33 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://nicolasschudel.name/?p=277</guid>
		<description><![CDATA[Unlike Javascript, ActionScript usually runs on the same engine (the AVM). This makes specific performance tests worthwhile, in order to compare different code execution speeds. I start a Wiki, where I document such tests and display my results.]]></description>
			<content:encoded><![CDATA[<p>The way I see it, Flash is currently the standard tool for developing and distributing casual games on the net. While the Flash Player has been making leaps in performance these past years, it still has severe limitations in comparison with modern games on other platforms (e.g. game consoles).</p>
<div id="attachment_401" class="wp-caption alignright" style="width: 160px"><a href="http://nicolasschudel.name/fileadmin/articles//2009/11/destruction-derby.png" rel="shadowbox[post-277];player=img;"><img src="http://nicolasschudel.name/fileadmin/articles//2009/11/destruction-derby-150x150.png" alt="Screenshot from the 1995 racing game Destruction Derby" title="Destruction Derby" width="150" height="150" class="size-thumbnail wp-image-401" /></a><p class="wp-caption-text">Screenshot from the 1995 racing game Destruction Derby</p></div>
<p>It seems that the graphics performance is comparable to games that came out in 1995 on the PC, before graphics hardware became widespread. Imagine running a game like <a href="http://en.wikipedia.org/wiki/Dark_Forces">Dark Forces</a> or <a href="http://en.wikipedia.org/wiki/Destruction_Derby_(video_game)">Destruction Derby</a> inside the browser. In a nutshell, on today’s average computer, the Flash graphics performance is <a href="http://en.wikipedia.org/wiki/Quake">Quake 1</a> tops. Broad statements aside, it is important to know what code flies on the Flash Player when developing games and interactive applications.</p>
<p>I’d like to know what basic code will perform best in a given situation. Therefore, I have started to extract these parts of code from my projects and test them against alternative methods, attempting to quantify the execution speed on the <abbr title="ActionScript Virtual Machine">AVM</abbr>. Unlike Javascript, ActionScript usually runs on the same engine; This makes such specific tests worthwhile.</p>
<p>I have gathered performance tests from a couple of my projects and put them into the <a href="http://nicolasschudel.name/actionscript-performance-wiki/Main_Page"><strong>ActionScript Performance Wiki</strong></a>. It is open to anonymous editors, so anybody is free to add their own tests.</p>
]]></content:encoded>
			<wfw:commentRss>http://nicolasschudel.name/actionscript-performance-testing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
