<?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: TDSI Examples</title>
	<atom:link href="http://blog.joa-ebert.com/2009/08/05/tdsi-examples/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joa-ebert.com/2009/08/05/tdsi-examples/</link>
	<description>Actionscript3, Flash, Scala, Java, C#, C++, Algorithms &#38; Imageprocessing</description>
	<lastBuildDate>Sun, 05 Feb 2012 21:26:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: buildr-as3 0.2 &#8211; getting advanced &#124; devboy</title>
		<link>http://blog.joa-ebert.com/2009/08/05/tdsi-examples/comment-page-1/#comment-257151</link>
		<dc:creator>buildr-as3 0.2 &#8211; getting advanced &#124; devboy</dc:creator>
		<pubDate>Sat, 16 Jul 2011 14:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=403#comment-257151</guid>
		<description>[...] will execute TDSIafter your swf is compiled, the best is that you don’t need to call a special task! First we’ll [...]</description>
		<content:encoded><![CDATA[<p>[...] will execute TDSIafter your swf is compiled, the best is that you don’t need to call a special task! First we’ll [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Test &#8211; devboy</title>
		<link>http://blog.joa-ebert.com/2009/08/05/tdsi-examples/comment-page-1/#comment-240370</link>
		<dc:creator>Test &#8211; devboy</dc:creator>
		<pubDate>Mon, 18 Apr 2011 14:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=403#comment-240370</guid>
		<description>[...] will execute TDSI after your swf is compiled, the best is that you don’t need to call a special task! First we’ll [...]</description>
		<content:encoded><![CDATA[<p>[...] will execute TDSI after your swf is compiled, the best is that you don’t need to call a special task! First we’ll [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: buildras3 0.2 &#8211; getting advanced &#8211; devboy</title>
		<link>http://blog.joa-ebert.com/2009/08/05/tdsi-examples/comment-page-1/#comment-240366</link>
		<dc:creator>buildras3 0.2 &#8211; getting advanced &#8211; devboy</dc:creator>
		<pubDate>Mon, 18 Apr 2011 13:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=403#comment-240366</guid>
		<description>[...] will execute TDSI after your swf is compiled, the best is that you don’t need to call a special task! First we’ll [...]</description>
		<content:encoded><![CDATA[<p>[...] will execute TDSI after your swf is compiled, the best is that you don’t need to call a special task! First we’ll [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe.me &#187; AS3 &#8211; Fast memory access without Alchemy</title>
		<link>http://blog.joa-ebert.com/2009/08/05/tdsi-examples/comment-page-1/#comment-191206</link>
		<dc:creator>Philippe.me &#187; AS3 &#8211; Fast memory access without Alchemy</dc:creator>
		<pubDate>Mon, 03 May 2010 15:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=403#comment-191206</guid>
		<description>[...] TDSI (examples) [...]</description>
		<content:encoded><![CDATA[<p>[...] TDSI (examples) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://blog.joa-ebert.com/2009/08/05/tdsi-examples/comment-page-1/#comment-182574</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 29 Dec 2009 11:16:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=403#comment-182574</guid>
		<description>thanks for the example Joa, great work :).

A short tutorial on how to build a project with TDSI would be  very helpful for people like me, 
who are not so used to work with ant for example.


Thanks,

Michael.</description>
		<content:encoded><![CDATA[<p>thanks for the example Joa, great work :).</p>
<p>A short tutorial on how to build a project with TDSI would be  very helpful for people like me,<br />
who are not so used to work with ant for example.</p>
<p>Thanks,</p>
<p>Michael.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anoud Bos</title>
		<link>http://blog.joa-ebert.com/2009/08/05/tdsi-examples/comment-page-1/#comment-179595</link>
		<dc:creator>Anoud Bos</dc:creator>
		<pubDate>Thu, 19 Nov 2009 19:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=403#comment-179595</guid>
		<description>Hi Joa,

very nice project! 

I have a question: 
Do you have an idea how much speed improvement one can expect optimizing SHA256 of the mx.util package in flex? This one is terrible slow (2 secs per mb computing a digest ...). Can we expect a factor 5 or will it more like a few percent? 

thanx,

Arnoud</description>
		<content:encoded><![CDATA[<p>Hi Joa,</p>
<p>very nice project! </p>
<p>I have a question:<br />
Do you have an idea how much speed improvement one can expect optimizing SHA256 of the mx.util package in flex? This one is terrible slow (2 secs per mb computing a digest &#8230;). Can we expect a factor 5 or will it more like a few percent? </p>
<p>thanx,</p>
<p>Arnoud</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://blog.joa-ebert.com/2009/08/05/tdsi-examples/comment-page-1/#comment-177599</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Thu, 22 Oct 2009 14:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=403#comment-177599</guid>
		<description>Cheers Joa.

Keep up the good work ;-)</description>
		<content:encoded><![CDATA[<p>Cheers Joa.</p>
<p>Keep up the good work ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joa</title>
		<link>http://blog.joa-ebert.com/2009/08/05/tdsi-examples/comment-page-1/#comment-177593</link>
		<dc:creator>joa</dc:creator>
		<pubDate>Thu, 22 Oct 2009 12:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=403#comment-177593</guid>
		<description>Correct.</description>
		<content:encoded><![CDATA[<p>Correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://blog.joa-ebert.com/2009/08/05/tdsi-examples/comment-page-1/#comment-177592</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Thu, 22 Oct 2009 12:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=403#comment-177592</guid>
		<description>The qualified name space for the Memory and __bytecode are specific to TDSI, so if I have my own Memory class it shouldn&#039;t care about it?</description>
		<content:encoded><![CDATA[<p>The qualified name space for the Memory and __bytecode are specific to TDSI, so if I have my own Memory class it shouldn&#8217;t care about it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Day Two Marc Hibbins</title>
		<link>http://blog.joa-ebert.com/2009/08/05/tdsi-examples/comment-page-1/#comment-176094</link>
		<dc:creator>&#187; Day Two Marc Hibbins</dc:creator>
		<pubDate>Thu, 24 Sep 2009 13:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=403#comment-176094</guid>
		<description>[...] The first was TDSI, TurboDieselSportInjection! an optimisation for Alchemy &#8211; you can see some examples here. [...]</description>
		<content:encoded><![CDATA[<p>[...] The first was TDSI, TurboDieselSportInjection! an optimisation for Alchemy &#8211; you can see some examples here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierluigi Pesenti</title>
		<link>http://blog.joa-ebert.com/2009/08/05/tdsi-examples/comment-page-1/#comment-173899</link>
		<dc:creator>Pierluigi Pesenti</dc:creator>
		<pubDate>Thu, 06 Aug 2009 06:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=403#comment-173899</guid>
		<description>Very interesting work. Wanna digg into alchemy, memory management etc, and this is a really good source to start with, tnx.</description>
		<content:encoded><![CDATA[<p>Very interesting work. Wanna digg into alchemy, memory management etc, and this is a really good source to start with, tnx.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

