用户程序的性能 meaning in English
performance of user program
Examples
- Even on systems where the entire heap can fit into main memory , which is true of virtually all java applications , garbage collection will often have the effect of flushing data used by the user program out of the cache , imposing a performance cost on the user program
即使在整个堆可以放到主内存中的系统上实际上几乎所有java应用程序都可以做到这一点,垃圾收集也常常会有将用户程序使用的数据冲出缓存的效果,从而影响用户程序的性能。