- Mastering High Performance with Kotlin
- Igor Kucherenko
- 147字
- 2021-06-25 20:55:20
Identifying Performance Bottlenecks
How well does it work? How fast is it? These questions mean essentially the same thing if we're talking about software. Although the question about saving technical resources isn't as relevant as it was in the early years of the computer industry, developers still should be careful about the efficiency of systems. Even though efficiency starts with hardware, modern computers have such large instruction sets that it's possible to use them in any manner.
Engineers spend a lot of time and effort to avoid a drain on the Central Processing Unit (CPU), to save battery life, or to make an animation of the user interface much smoother. So the question about performance is relevant nowadays, and software engineers should be careful with system resources.
Before we begin, let's review the topics we will be looking at:
- Reasons for performance issues
- Memory model
- Slow rendering
- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- Python量化投資指南:基礎、數據與實戰
- GitLab Repository Management
- Python貝葉斯分析(第2版)
- 焊接機器人系統操作、編程與維護
- 新一代SDN:VMware NSX 網絡原理與實踐
- C++反匯編與逆向分析技術揭秘(第2版)
- Spring+Spring MVC+MyBatis從零開始學
- Rust游戲開發實戰
- Android嵌入式系統程序開發:基于Cortex-A8(第2版)
- Android應用開發實戰
- Lift Application Development Cookbook
- OpenCV Android Programming By Example
- 算法圖解
- Java Web開發教程:基于Struts2+Hibernate+Spring