- 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.
推薦閱讀
- Mastering Visual Studio 2017
- Java程序設計實戰教程
- Getting Started with CreateJS
- Java Web及其框架技術
- 三維圖形化C++趣味編程
- Learning SQLite for iOS
- Magento 2 Development Cookbook
- Flux Architecture
- Building Android UIs with Custom Views
- The Professional ScrumMaster’s Handbook
- Scratch·愛編程的藝術家
- Keil Cx51 V7.0單片機高級語言編程與μVision2應用實踐
- 編程的原則:改善代碼質量的101個方法
- React and React Native
- Visual Basic.NET程序設計