One such extension is a mechanism for applications to manage areas of memory outside of the heap and avoid delays that are caused by garbage collection (GC).
用于应用程序管理堆外内存区域和避免垃圾收集(GC)导致的延迟的机制就是一个此类的扩展。
This tends to leave holes in the heap requiring more time to efficiently manage the free memory.
这样会在堆中留下一些洞,需要花一些时间才能有效地管理空闲内存。
This algorithm tends to be memory efficient (allocating what's necessary) but requires more time to manage the heap.
这种算法通常具有较高的内存使用效率(分配需要的内存),但是却需要花费更多时间来对堆进行管理。
We designed and implemented a structure named "User Heap" to store small objects to decrease the overhead for JVM to manage a large number of these objects.
我们设计和实现了“用户堆”来存放程序中用到的数据,从而减少JVM中对象的数量,降低其管理大量对象带来的额外开销;
We designed and implemented a structure named "User Heap" to store small objects to decrease the overhead for JVM to manage a large number of these objects.
我们设计和实现了“用户堆”来存放程序中用到的数据,从而减少JVM中对象的数量,降低其管理大量对象带来的额外开销;
应用推荐