<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Erlang非业余研究 &#187; fragment</title>
	<atom:link href="http://blog.yufeng.info/archives/tag/fragment/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.yufeng.info</link>
	<description>Erlang系统深度探索和应用</description>
	<lastBuildDate>Tue, 17 Jan 2012 06:05:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>R13B04在细化Binary heap</title>
		<link>http://blog.yufeng.info/archives/186</link>
		<comments>http://blog.yufeng.info/archives/186#comments</comments>
		<pubDate>Thu, 14 Jan 2010 07:11:40 +0000</pubDate>
		<dc:creator>Yu Feng</dc:creator>
				<category><![CDATA[Erlang探索]]></category>
		<category><![CDATA[binary]]></category>
		<category><![CDATA[fragment]]></category>
		<category><![CDATA[R13B04]]></category>

		<guid isPermaLink="false">http://blog.yufeng.info/?p=186</guid>
		<description><![CDATA[原创文章，转载请注明： 转载自Erlang非业余研究 本文链接地址: R13B04在细化Binary heap 从github otp的更新日志可以清楚的看到otp R13B04在binary heap的细化上做了很多工作: 1. 提供参数 限制binary的最小limit. 2. binary_to_term 加多参数来保证安全, 对于外来binary解码的安全性检查 比如说 避免atom的滥用. 3. 更高效率的处理binary fragment. 4. 加强GC对binary碎片的回收操作. 这个对于服务器性能很大帮助. Post Footer automatically generated by wp-posturl plugin for wordpress.]]></description>
			<content:encoded><![CDATA[<div style="margin-top: 15px; font-style: italic">
<p><strong>原创文章，转载请注明：</strong> 转载自<a href="http://blog.yufeng.info/">Erlang非业余研究</a></p>
<p><strong>本文链接地址:</strong> <a href="http://blog.yufeng.info/archives/186">R13B04在细化Binary heap</a></p>
</div>
<p>从github otp的更新日志可以清楚的看到otp R13B04在binary heap的细化上做了很多工作:</p>
<p>1. 提供参数 限制binary的最小limit.</p>
<p>2. binary_to_term 加多参数来保证安全, 对于外来binary解码的安全性检查 比如说 避免atom的滥用.</p>
<p>3. 更高效率的处理binary fragment.</p>
<p>4. 加强GC对binary碎片的回收操作.</p>
<p>这个对于服务器性能很大帮助.
<div style="margin-top: 0; margin-bottom: 15px; color: #888888; font-size: 80%; font-style: italic">
<p>Post Footer automatically generated by <a href="http://easwy.com/blog/wordpress/wp-posturl/" style="color: #8888FF; text-decoration: underline;">wp-posturl plugin</a> for wordpress.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.yufeng.info/archives/186/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

