- 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
- iOS 9 Game Development Essentials
- Java面向?qū)ο蟪绦蜷_發(fā)及實(shí)戰(zhàn)
- 精通Python自然語言處理
- Linux操作系統(tǒng)基礎(chǔ)案例教程
- OpenStack Orchestration
- C++新經(jīng)典
- Scratch3.0趣味編程動手玩:比賽訓(xùn)練營
- Backbone.js Testing
- Learning Concurrency in Python
- C語言王者歸來
- 軟件再工程:優(yōu)化現(xiàn)有軟件系統(tǒng)的方法與最佳實(shí)踐
- 現(xiàn)代JavaScript編程:經(jīng)典范例與實(shí)踐技巧
- Thymeleaf 3完全手冊
- Mastering Swift 4(Fourth Edition)
- vSphere High Performance Cookbook(Second Edition)