Analysis of Java Performance Optimization

作者:Li Guoqin*; Li Haiming
来源:4th International Conference on Mechatronics, Control and Electronic Engineering (MCE), 2014-08-27 to 2014-08-31.

摘要

The performance of the software is an important attribute index, and performance is particularly important for Java programs. Among the Java program, the larger the project, the more important performance optimization of the code is. This requires the program to complete the task with less use of resources as far as possible in the limited memory, CPU time, reduce code size, and improve the operating efficiency of the code. This paper presents five common factors of performance optimization, and puts forward some practical methods on code optimization to improving performance. These methods have also been applied in some actual projects. The paper also mentioned that some of the evaluation criteria of performance. For the different application, normally, the optimization method is appropriately chosen according to request.