May 2024
Intermediate to advanced
296 pages
6h 32m
English
In the previous chapter, we covered concurrency and asynchronous patterns, useful for writing efficient software that can handle multiple tasks at once. Next, we are going to discuss specific performance patterns that help enhance the speed and resource utilization of applications.
Performance patterns address common bottlenecks and optimization challenges, providing developers with proven methodologies to improve execution time, reduce memory usage, and scale effectively.
In this chapter, we’re going to cover the following main topics:
See the requirements presented in Chapter 1. The additional technical requirements for ...
Read now
Unlock full access