<?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: JavaScript performance talk - must see</title>
	<atom:link href="http://wolfram.kriesing.de/blog/index.php/2007/javascript-performance-talk-must-see/feed" rel="self" type="application/rss+xml" />
	<link>http://wolfram.kriesing.de/blog/index.php/2007/javascript-performance-talk-must-see</link>
	<description>all the other blogs have such cool names, I don't know one ...</description>
	<pubDate>Thu, 09 Feb 2012 17:16:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Neil Roberts</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2007/javascript-performance-talk-must-see/comment-page-1#comment-78695</link>
		<dc:creator>Neil Roberts</dc:creator>
		<pubDate>Wed, 17 Oct 2007 16:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/index.php/2007/javascript-performance-talk-must-see#comment-78695</guid>
		<description>I did a lot of performance stuff for dojox.dtl and what I ended up doing for large DOM updates is cloning the node tree I want to work on, and using replaceNode to swap it in. The original tree is no longer beneath the document object, and won't be rendered. I update that tree, and then swap it back in. It's fast even with very large trees.</description>
		<content:encoded><![CDATA[<p>I did a lot of performance stuff for dojox.dtl and what I ended up doing for large DOM updates is cloning the node tree I want to work on, and using replaceNode to swap it in. The original tree is no longer beneath the document object, and won&#8217;t be rendered. I update that tree, and then swap it back in. It&#8217;s fast even with very large trees.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

