- Mastering High Performance with Kotlin
- Igor Kucherenko
- 91字
- 2021-06-25 20:55:21
Impacts of garbage collection
Depends on algorithm, the performance of garbage collection can depend on the number of objects or the size of the heap. GC needs time to detect reachable and unreachable objects. During this step, automatic memory management might lose out to manual memory management because a developer may have already known which objects should be destroyed. And after this stop the world—also known as the GC pause—is invoked, the GC suspends execution of all threads to ensure the integrity of reference trees.
推薦閱讀
- Go Web編程
- Spring Boot 2實戰之旅
- Advanced Splunk
- 深入淺出Windows API程序設計:編程基礎篇
- Modern JavaScript Applications
- Responsive Web Design by Example
- UML 基礎與 Rose 建模案例(第3版)
- Spring Boot+Vue全棧開發實戰
- 百萬在線:大型游戲服務端開發
- Java程序設計及應用開發
- Splunk Essentials
- Slick2D Game Development
- Implementing NetScaler VPX?(Second Edition)
- Java項目驅動開發教程
- 計算機邏輯設計