<?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: 大数组的分时优化处理</title>
	<atom:link href="http://lifesinger.org/blog/2009/08/big-array-processing/feed/" rel="self" type="application/rss+xml" />
	<link>http://lifesinger.org/blog/2009/08/big-array-processing/</link>
	<description>关注用户体验、前端开发，记录生活点滴、岁月足迹。</description>
	<lastBuildDate>Thu, 09 Sep 2010 07:06:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: vic</title>
		<link>http://lifesinger.org/blog/2009/08/big-array-processing/comment-page-1/#comment-6170</link>
		<dc:creator>vic</dc:creator>
		<pubDate>Mon, 26 Jul 2010 04:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2095#comment-6170</guid>
		<description>钦佩
timedChunk好细腻好犀利</description>
		<content:encoded><![CDATA[<p>钦佩<br />
timedChunk好细腻好犀利</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 天壤</title>
		<link>http://lifesinger.org/blog/2009/08/big-array-processing/comment-page-1/#comment-5682</link>
		<dc:creator>天壤</dc:creator>
		<pubDate>Fri, 04 Jun 2010 01:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2095#comment-5682</guid>
		<description>恩.. 以前项目中也有类似的应用, 可惜数据量太大了, 分时加载到后期的每次添加耗时都成指数类型增长</description>
		<content:encoded><![CDATA[<p>恩.. 以前项目中也有类似的应用, 可惜数据量太大了, 分时加载到后期的每次添加耗时都成指数类型增长</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cherry</title>
		<link>http://lifesinger.org/blog/2009/08/big-array-processing/comment-page-1/#comment-3573</link>
		<dc:creator>Cherry</dc:creator>
		<pubDate>Mon, 07 Dec 2009 03:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2095#comment-3573</guid>
		<description>果然牛</description>
		<content:encoded><![CDATA[<p>果然牛</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fengjichuan</title>
		<link>http://lifesinger.org/blog/2009/08/big-array-processing/comment-page-1/#comment-3171</link>
		<dc:creator>fengjichuan</dc:creator>
		<pubDate>Wed, 28 Oct 2009 09:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2095#comment-3171</guid>
		<description>setTimeout中的代码也是阻塞执行的，就是说当setTimeout匿名函数中的程序执行完之后，才会做一个指定时间的等待，也就是这个时间的等待是在页面渲染之后再做的，所以我感觉可能不是由于是否为25ms决定（setInterval是按照楼主所说的方法，就是说等待的时间包含了页面渲染）
刚才把楼主的测试页面代码修改了一下，将delay改成了0，发现并没有页面渲染阻塞的情况</description>
		<content:encoded><![CDATA[<p>setTimeout中的代码也是阻塞执行的，就是说当setTimeout匿名函数中的程序执行完之后，才会做一个指定时间的等待，也就是这个时间的等待是在页面渲染之后再做的，所以我感觉可能不是由于是否为25ms决定（setInterval是按照楼主所说的方法，就是说等待的时间包含了页面渲染）<br />
刚才把楼主的测试页面代码修改了一下，将delay改成了0，发现并没有页面渲染阻塞的情况</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 长天</title>
		<link>http://lifesinger.org/blog/2009/08/big-array-processing/comment-page-1/#comment-2672</link>
		<dc:creator>长天</dc:creator>
		<pubDate>Fri, 18 Sep 2009 13:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2095#comment-2672</guid>
		<description>timer resolution, 我觉得翻译为时钟频率会更好些, 以前碰到过一个setTimeout的时间问题, 就和这个时钟频率有关, 后来去查了一下资料, 了解到的情况是这样: IE浏览器的时钟频率好像由cpu决定, 而其他浏览器的时钟频率则是浏览器自带的, 不知道记错没有, 呵呵</description>
		<content:encoded><![CDATA[<p>timer resolution, 我觉得翻译为时钟频率会更好些, 以前碰到过一个setTimeout的时间问题, 就和这个时钟频率有关, 后来去查了一下资料, 了解到的情况是这样: IE浏览器的时钟频率好像由cpu决定, 而其他浏览器的时钟频率则是浏览器自带的, 不知道记错没有, 呵呵</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lifesinger</title>
		<link>http://lifesinger.org/blog/2009/08/big-array-processing/comment-page-1/#comment-2301</link>
		<dc:creator>lifesinger</dc:creator>
		<pubDate>Sat, 29 Aug 2009 10:20:40 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2095#comment-2301</guid>
		<description>@feng: 说说你的解法</description>
		<content:encoded><![CDATA[<p>@feng: 说说你的解法</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: feng</title>
		<link>http://lifesinger.org/blog/2009/08/big-array-processing/comment-page-1/#comment-2294</link>
		<dc:creator>feng</dc:creator>
		<pubDate>Fri, 28 Aug 2009 09:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2095#comment-2294</guid>
		<description>@lifesinger 事件代理的效果同样不理想哦</description>
		<content:encoded><![CDATA[<p>@lifesinger 事件代理的效果同样不理想哦</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 半瓶墨水</title>
		<link>http://lifesinger.org/blog/2009/08/big-array-processing/comment-page-1/#comment-2143</link>
		<dc:creator>半瓶墨水</dc:creator>
		<pubDate>Tue, 18 Aug 2009 03:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2095#comment-2143</guid>
		<description>嗯，不错的代码，贴在这里备份一下
http://fayaa.com/code/view/4758/

话说浏览器机制一更新（比如Chrome新出的Worker线程），这个就不大适用了</description>
		<content:encoded><![CDATA[<p>嗯，不错的代码，贴在这里备份一下<br />
<a href="http://fayaa.com/code/view/4758/" rel="nofollow">http://fayaa.com/code/view/4758/</a></p>
<p>话说浏览器机制一更新（比如Chrome新出的Worker线程），这个就不大适用了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lifesinger</title>
		<link>http://lifesinger.org/blog/2009/08/big-array-processing/comment-page-1/#comment-2142</link>
		<dc:creator>lifesinger</dc:creator>
		<pubDate>Tue, 18 Aug 2009 00:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2095#comment-2142</guid>
		<description>@各位：最神的不是 setTimout, 是 25, 50 这两个数值。7楼说明了setTimeout的机理，但这不是timedChunk的精华。</description>
		<content:encoded><![CDATA[<p>@各位：最神的不是 setTimout, 是 25, 50 这两个数值。7楼说明了setTimeout的机理，但这不是timedChunk的精华。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cloud</title>
		<link>http://lifesinger.org/blog/2009/08/big-array-processing/comment-page-1/#comment-2139</link>
		<dc:creator>cloud</dc:creator>
		<pubDate>Mon, 17 Aug 2009 09:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2095#comment-2139</guid>
		<description>timeChunk中启动process, 有必要也放在timeout中注册回调吗?</description>
		<content:encoded><![CDATA[<p>timeChunk中启动process, 有必要也放在timeout中注册回调吗?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
