<?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: canvas + chrome + content</title>
	<atom:link href="http://blog.mozilla.com/bcrowder/2009/04/08/canvas-chrome-content/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.com/bcrowder/2009/04/08/canvas-chrome-content/</link>
	<description>what I'm doing, what I'm interested in, random junk</description>
	<lastBuildDate>Tue, 22 Feb 2011 00:39:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Boris</title>
		<link>http://blog.mozilla.com/bcrowder/2009/04/08/canvas-chrome-content/comment-page-1/#comment-226</link>
		<dc:creator>Boris</dc:creator>
		<pubDate>Thu, 09 Apr 2009 13:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/bcrowder/?p=28#comment-226</guid>
		<description>As I mentioned to Brian yesterday, createImageData()&#039;s filling in the array has the nice property that you can fill you image data in any order without a performance penalty.  If you use your own object and don&#039;t pre-initialize the array yourself, then you run into serious performance issues in SpiderMonkey if you fill it in any order but row order (so fill in the first row starting on the left, then the second row, etc), due to the array becoming sparse.  In particular, if your data is best filled in a column at a time, that approach will really hurt.</description>
		<content:encoded><![CDATA[<p>As I mentioned to Brian yesterday, createImageData()&#8217;s filling in the array has the nice property that you can fill you image data in any order without a performance penalty.  If you use your own object and don&#8217;t pre-initialize the array yourself, then you run into serious performance issues in SpiderMonkey if you fill it in any order but row order (so fill in the first row starting on the left, then the second row, etc), due to the array becoming sparse.  In particular, if your data is best filled in a column at a time, that approach will really hurt.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

