Chapter 4. Improving Code Performance
Achieving good code performance is an important and desirable task. Everyone would like to have applications that perform well. In this chapter we are going to cover these performance topics:
- Understanding performance optimization
- Optimization checklist
- Constants and variables
- Method calls
- Intelligent code
- Value objects and reference objects
- Swift arrays and unsafe C arrays
- Avoiding Objective-C