<?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: Events and Signals &#8211; Performance Tests</title>
	<atom:link href="http://alecmce.com/as3/events-and-signals-performance-tests/feed" rel="self" type="application/rss+xml" />
	<link>http://alecmce.com/as3/events-and-signals-performance-tests</link>
	<description></description>
	<lastBuildDate>Thu, 26 Jan 2012 15:18:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Yop</title>
		<link>http://alecmce.com/as3/events-and-signals-performance-tests#comment-518</link>
		<dc:creator>Yop</dc:creator>
		<pubDate>Tue, 09 Aug 2011 18:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://alecmce.com/?p=673#comment-518</guid>
		<description>cool i&#039;ll try this lib :)</description>
		<content:encoded><![CDATA[<p>cool i&#8217;ll try this lib <img src='http://alecmce.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remplacer l’EventDispatcher par les Signals &#124; entremidietdeux.com</title>
		<link>http://alecmce.com/as3/events-and-signals-performance-tests#comment-366</link>
		<dc:creator>Remplacer l’EventDispatcher par les Signals &#124; entremidietdeux.com</dc:creator>
		<pubDate>Sun, 07 Nov 2010 16:15:58 +0000</pubDate>
		<guid isPermaLink="false">http://alecmce.com/?p=673#comment-366</guid>
		<description>[...] Au-delà du gain en terme de syntaxe, la suppression de l’héritage, de la classe Event personnalisé induit évidemment un gain en terme de performance. Et ce gain est énorme : http://alecmce.com/as3/events-and-signals-performance-tests [...] </description>
		<content:encoded><![CDATA[<p>[...] Au-delà du gain en terme de syntaxe, la suppression de l’héritage, de la classe Event personnalisé induit évidemment un gain en terme de performance. Et ce gain est énorme : <a href="http://alecmce.com/as3/events-and-signals-performance-tests" rel="nofollow">http://alecmce.com/as3/events-and-signals-performance-tests</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allen Chou</title>
		<link>http://alecmce.com/as3/events-and-signals-performance-tests#comment-255</link>
		<dc:creator>Allen Chou</dc:creator>
		<pubDate>Thu, 08 Jul 2010 09:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://alecmce.com/?p=673#comment-255</guid>
		<description>Recently I&#039;ve tried to build a signal system with my own implementation, with performance kept in mind, and here&#039;s what came out.&lt;br&gt;&lt;a href=&quot;http://cjcat.blogspot.com/2010/07/cjsignals-my-new-observer-framework.html&quot; rel=&quot;nofollow&quot;&gt;http://cjcat.blogspot.com/2010/07/cjsignals-my-...&lt;/a&gt;&lt;br&gt;&lt;br&gt;I&#039;ve come up with an approach to handle listener adding and removal efficiently. Thought you might be interested.&lt;br&gt;&lt;a href=&quot;http://cjcat.blogspot.com/2010/07/performance-improving-techniques.html&quot; rel=&quot;nofollow&quot;&gt;http://cjcat.blogspot.com/2010/07/performance-i...&lt;/a&gt;&lt;br&gt;&lt;br&gt;Cheers :)</description>
		<content:encoded><![CDATA[<p>Recently I&#39;ve tried to build a signal system with my own implementation, with performance kept in mind, and here&#39;s what came out.<br /><a href="http://cjcat.blogspot.com/2010/07/cjsignals-my-new-observer-framework.html" rel="nofollow">http://cjcat.blogspot.com/2010/07/cjsignals-my-&#8230;</a></p>
<p>I&#39;ve come up with an approach to handle listener adding and removal efficiently. Thought you might be interested.<br /><a href="http://cjcat.blogspot.com/2010/07/performance-improving-techniques.html" rel="nofollow">http://cjcat.blogspot.com/2010/07/performance-i&#8230;</a></p>
<p>Cheers <img src='http://alecmce.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allen Chou</title>
		<link>http://alecmce.com/as3/events-and-signals-performance-tests#comment-481</link>
		<dc:creator>Allen Chou</dc:creator>
		<pubDate>Thu, 08 Jul 2010 04:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://alecmce.com/?p=673#comment-481</guid>
		<description>Recently I&#039;ve tried to build a signal system with my own implementation, with performance kept in mind, and here&#039;s what came out.
http://cjcat.blogspot.com/2010/07/cjsignals-my-new-observer-framework.html

I&#039;ve come up with an approach to handle listener adding and removal efficiently. Thought you might be interested.
http://cjcat.blogspot.com/2010/07/performance-improving-techniques.html

Cheers :)</description>
		<content:encoded><![CDATA[<p>Recently I&#8217;ve tried to build a signal system with my own implementation, with performance kept in mind, and here&#8217;s what came out.<br />
<a href="http://cjcat.blogspot.com/2010/07/cjsignals-my-new-observer-framework.html" rel="nofollow">http://cjcat.blogspot.com/2010/07/cjsignals-my-new-observer-framework.html</a></p>
<p>I&#8217;ve come up with an approach to handle listener adding and removal efficiently. Thought you might be interested.<br />
<a href="http://cjcat.blogspot.com/2010/07/performance-improving-techniques.html" rel="nofollow">http://cjcat.blogspot.com/2010/07/performance-improving-techniques.html</a></p>
<p>Cheers <img src='http://alecmce.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Things I learnt recently &#171; Tahir Ahmed&#039;s thoughts</title>
		<link>http://alecmce.com/as3/events-and-signals-performance-tests#comment-365</link>
		<dc:creator>Things I learnt recently &#171; Tahir Ahmed&#039;s thoughts</dc:creator>
		<pubDate>Tue, 09 Mar 2010 08:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://alecmce.com/?p=673#comment-365</guid>
		<description>[...] Robert Penner, I owe you for that one; you are the man. AS3Signals is simply fantastic. With different tests showing the speed of this event mechanism and a presentation and a video tutorial showing how [...] </description>
		<content:encoded><![CDATA[<p>[...] Robert Penner, I owe you for that one; you are the man. AS3Signals is simply fantastic. With different tests showing the speed of this event mechanism and a presentation and a video tutorial showing how [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Things I learnt recently &#171; Tahir Ahmed&#039;s thoughts</title>
		<link>http://alecmce.com/as3/events-and-signals-performance-tests#comment-254</link>
		<dc:creator>Things I learnt recently &#171; Tahir Ahmed&#039;s thoughts</dc:creator>
		<pubDate>Tue, 09 Mar 2010 08:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://alecmce.com/?p=673#comment-254</guid>
		<description>[...] Robert Penner, I owe you for that one; you are the man. AS3Signals is simply fantastic. With different tests showing the speed of this event mechanism and a presentation and a video tutorial showing how [...]</description>
		<content:encoded><![CDATA[<p>[...] Robert Penner, I owe you for that one; you are the man. AS3Signals is simply fantastic. With different tests showing the speed of this event mechanism and a presentation and a video tutorial showing how [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Why Robotlegs benefits from AS3-Signals &#124; markstar</title>
		<link>http://alecmce.com/as3/events-and-signals-performance-tests#comment-253</link>
		<dc:creator>Why Robotlegs benefits from AS3-Signals &#124; markstar</dc:creator>
		<pubDate>Mon, 08 Mar 2010 09:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://alecmce.com/?p=673#comment-253</guid>
		<description>[...] also worth noting that there are many other benefits to using AS3-Signals, for example they provide significant speed improvements over using Events, not just the ability to define them in interfaces.   Posted by Mark on March [...]</description>
		<content:encoded><![CDATA[<p>[...] also worth noting that there are many other benefits to using AS3-Signals, for example they provide significant speed improvements over using Events, not just the ability to define them in interfaces.   Posted by Mark on March [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: as3signals tutorial &#124; Color Hook</title>
		<link>http://alecmce.com/as3/events-and-signals-performance-tests#comment-252</link>
		<dc:creator>as3signals tutorial &#124; Color Hook</dc:creator>
		<pubDate>Fri, 26 Feb 2010 07:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://alecmce.com/?p=673#comment-252</guid>
		<description>[...] 除了易用的接口之外，它在性能上也表现不凡：http://alecmce.com/as3/events-and-signals-performance-tests [...]</description>
		<content:encoded><![CDATA[<p>[...] 除了易用的接口之外，它在性能上也表现不凡：http://alecmce.com/as3/events-and-signals-performance-tests [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robpenner</title>
		<link>http://alecmce.com/as3/events-and-signals-performance-tests#comment-251</link>
		<dc:creator>robpenner</dc:creator>
		<pubDate>Wed, 10 Feb 2010 09:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://alecmce.com/?p=673#comment-251</guid>
		<description>I optimized Signal dispatch() by moving the listeners array clone to add() and remove(). It’s about twice as fast as before on Windows, when sending to one listener. Here&#039;s the commit:&lt;br&gt;&lt;a href=&quot;http://github.com/robertpenner/as3-signals/commit/27880b79ad6925cf7e433219991344ffce942b8d&quot; rel=&quot;nofollow&quot;&gt;http://github.com/robertpenner/as3-signals/comm...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I optimized Signal dispatch() by moving the listeners array clone to add() and remove(). It’s about twice as fast as before on Windows, when sending to one listener. Here&#39;s the commit:<br /><a href="http://github.com/robertpenner/as3-signals/commit/27880b79ad6925cf7e433219991344ffce942b8d" rel="nofollow">http://github.com/robertpenner/as3-signals/comm&#8230;</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Penner</title>
		<link>http://alecmce.com/as3/events-and-signals-performance-tests#comment-425</link>
		<dc:creator>Robert Penner</dc:creator>
		<pubDate>Wed, 10 Feb 2010 04:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://alecmce.com/?p=673#comment-425</guid>
		<description>I optimized Signal dispatch() by moving the listeners array clone to add() and remove(). It’s about twice as fast as before on Windows, when sending to one listener. Here&#039;s the commit:
http://github.com/robertpenner/as3-signals/commit/27880b79ad6925cf7e433219991344ffce942b8d</description>
		<content:encoded><![CDATA[<p>I optimized Signal dispatch() by moving the listeners array clone to add() and remove(). It’s about twice as fast as before on Windows, when sending to one listener. Here&#8217;s the commit:<br />
<a href="http://github.com/robertpenner/as3-signals/commit/27880b79ad6925cf7e433219991344ffce942b8d" rel="nofollow">http://github.com/robertpenner/as3-signals/commit/27880b79ad6925cf7e433219991344ffce942b8d</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

