- 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.
推薦閱讀
- 小程序實戰視頻課:微信小程序開發全案精講
- Monkey Game Development:Beginner's Guide
- Testing with JUnit
- Computer Vision for the Web
- 碼上行動:零基礎學會Python編程(ChatGPT版)
- 深度學習:算法入門與Keras編程實踐
- 深度強化學習算法與實踐:基于PyTorch的實現
- 人人都懂設計模式:從生活中領悟設計模式(Python實現)
- Hands-On Reinforcement Learning with Python
- JAVA程序設計實驗教程
- Microsoft Azure Storage Essentials
- C語言程序設計
- Android驅動開發權威指南
- C/C++數據結構與算法速學速用大辭典
- LabVIEW虛擬儀器程序設計從入門到精通(第二版)