服务器访问性能要求高,要尽可能快,一些细节经常会忘了,经过用jprofiler分析发现,java的Integer.ValueOf性能还是比较低的,
暂时都替换成了Integer.ParserInt.
具体可以看文章:http://blog.csdn.net/zhongweijian/article/details/5317375
java Integer.ValueOf(int)和new Integer(int)性能比较
还有其他的文章,string转int的性能。
服务器访问性能要求高,要尽可能快,一些细节经常会忘了,经过用jprofiler分析发现,java的Integer.ValueOf性能还是比较低的,
暂时都替换成了Integer.ParserInt.
具体可以看文章:http://blog.csdn.net/zhongweijian/article/details/5317375
还有其他的文章,string转int的性能。