http://blogs.msdn.com/x/archive/2007/08/07/do-not-misuse-string-concatenations.aspx

x++团队的这个blog ,提示字符串操作应该同c#一样,用TextBuffer或是strfmt 代替+操作,类似c#使用StringBuilder 和string.format. 实际测试性能得确差异巨大

posted on 2008-07-12 21:21  jjxstudio  阅读(235)  评论(0)    收藏  举报