<?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>《JAVA的字符串拼接与性能》的评论</title>
	<atom:link href="http://coolshell.cn/articles/2235.html/feed" rel="self" type="application/rss+xml" />
	<link>http://coolshell.cn/articles/2235.html</link>
	<description>享受编程和技术所带来的快乐 - http://coolshell.cn</description>
	<lastBuildDate>Mon, 21 May 2012 17:16:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>作者：Aaron</title>
		<link>http://coolshell.cn/articles/2235.html/comment-page-1#comment-84962</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Thu, 29 Sep 2011 00:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2235#comment-84962</guid>
		<description>这个《Thinking in java》里有讲，JVM会帮你自动优化用StringBuilder的。</description>
		<content:encoded><![CDATA[<p>这个《Thinking in java》里有讲，JVM会帮你自动优化用StringBuilder的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：lijifeng</title>
		<link>http://coolshell.cn/articles/2235.html/comment-page-1#comment-44209</link>
		<dc:creator>lijifeng</dc:creator>
		<pubDate>Tue, 12 Apr 2011 12:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2235#comment-44209</guid>
		<description>String_Concatenation _Performance.zip不能下载呢</description>
		<content:encoded><![CDATA[<p>String_Concatenation _Performance.zip不能下载呢</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：JDK里的设计模式 &#124; liansi.org</title>
		<link>http://coolshell.cn/articles/2235.html/comment-page-1#comment-15725</link>
		<dc:creator>JDK里的设计模式 &#124; liansi.org</dc:creator>
		<pubDate>Sat, 27 Nov 2010 06:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2235#comment-15725</guid>
		<description>[...] 2010年03月28日 &#8212; JAVA的字符串拼接与性能 [...]</description>
		<content:encoded><![CDATA[<p>[...] 2010年03月28日 &#8212; JAVA的字符串拼接与性能 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：iblader</title>
		<link>http://coolshell.cn/articles/2235.html/comment-page-1#comment-6137</link>
		<dc:creator>iblader</dc:creator>
		<pubDate>Wed, 14 Apr 2010 11:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2235#comment-6137</guid>
		<description>这个和javac的实现非常相关，在sun近代的虚拟机里面，javac已经很智能的将很多字符串操作编译到StringBuilder中，这也是为什么反编译出来看到的情况会是StringBuilder的原因，用老一点的虚拟机就不是这样了。</description>
		<content:encoded><![CDATA[<p>这个和javac的实现非常相关，在sun近代的虚拟机里面，javac已经很智能的将很多字符串操作编译到StringBuilder中，这也是为什么反编译出来看到的情况会是StringBuilder的原因，用老一点的虚拟机就不是这样了。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

