November 2024
Intermediate to advanced
424 pages
9h 55m
English
In this final part, we focus on the essential practices of debugging, testing, and optimizing the performance of multithreaded and asynchronous programs. We will begin by using logging and advanced debugging tools and techniques, including reverse debugging and code sanitizers, to identify and resolve subtle bugs in asynchronous applications, such as crashes, deadlocks, race conditions, memory leaks, and thread safety issues, followed by testing strategies tailored for asynchronous code using the GoogleTest framework. Finally, we will dive into performance optimization, understanding key concepts such as cache sharing, false sharing, and how to mitigate performance ...
Read now
Unlock full access