<?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"
	>
<channel>
	<title>Comments on: AS3 Optimisation Tip II: Avoid String concatenation</title>
	<atom:link href="http://richtextformat.co.uk/blog/?feed=rss2&#038;p=63" rel="self" type="application/rss+xml" />
	<link>http://richtextformat.co.uk/blog/?p=63</link>
	<description>: Freelance Flash &#38; Flex Developer</description>
	<pubDate>Tue, 07 Sep 2010 01:53:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: spender</title>
		<link>http://richtextformat.co.uk/blog/?p=63#comment-53</link>
		<dc:creator>spender</dc:creator>
		<pubDate>Sat, 11 Oct 2008 05:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://richtextformat.co.uk/blog/?p=63#comment-53</guid>
		<description>this comes up frequently especially with strings used to hold a log of some sort...&lt;br&gt;&lt;br&gt;function addMessage(msg:String)&lt;br&gt;{&lt;br&gt;log+=msg+"n"; //really very bad... with enough log output, this will sink the ship&lt;br&gt;}</description>
		<content:encoded><![CDATA[<p>this comes up frequently especially with strings used to hold a log of some sort&#8230;</p>
<p>function addMessage(msg:String)<br />{<br />log+=msg+&#8221;n&#8221;; //really very bad&#8230; with enough log output, this will sink the ship<br />}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
