- 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
- Java語言程序設計
- Python編程自學手冊
- Implementing Modern DevOps
- 程序員面試白皮書
- LabVIEW入門與實戰開發100例
- 樂學Web編程:網站制作不神秘
- 機械工程師Python編程:入門、實戰與進階
- Podman實戰
- SQL Server 2016數據庫應用與開發習題解答與上機指導
- Hands-On Enterprise Automation with Python.
- PHP 7+MySQL 8動態網站開發從入門到精通(視頻教學版)
- RabbitMQ Essentials
- Building Android UIs with Custom Views
- Django實戰:Python Web典型模塊與項目開發
- Photoshop智能手機APP界面設計