Asynchronous Programming with C++. Build blazing-fast software with multithreading and asynchronous programming for ultimate efficiency - Helion
Tytuł oryginału: Asynchronous Programming with C++. Build blazing-fast software with multithreading and asynchronous programming for ultimate efficiency
ISBN: 9781835884256
Format: ebook
Data wydania: 2024-12-01
Księgarnia: Helion
Cena książki: 107,10 zł (poprzednio: 119,00 zł)
Oszczędzasz: 10% (-11,90 zł)
As hardware advancements continue to accelerate, bringing greater memory capacity and more CPU cores, software must evolve to adapt to efficiently use all available resources and reduce idle CPU cycles. In this book, two seasoned software engineers with about five decades of combined experience will teach you how to implement concurrent and asynchronous solutions in C++.
You’ll gain a comprehensive understanding of parallel programming paradigms—covering concurrent, asynchronous, parallel, multithreading, reactive, and event-driven programming, as well as dataflows—and see how threads, processes, and services are related. Moving into the heart of concurrency, the authors will guide you in creating and managing threads and exploring C++’s thread-safety mechanisms, including mutual exclusion, atomic operations, semaphores, condition variables, latches, and barriers. With this solid foundation, you’ll focus on pure asynchronous programming, discovering futures, promises, the async function, and coroutines. The book takes you step by step through using Boost.Asio to develop network and low-level I/O solutions, proven performance and optimization techniques, and testing and debugging asynchronous software.
By the end of this C++ book, you’ll be able to implement high-performance software using modern asynchronous C++ techniques.
Osoby które kupowały "Asynchronous Programming with C++. Build blazing-fast software with multithreading and asynchronous programming for ultimate efficiency", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Asynchronous Programming with C++. Build blazing-fast software with multithreading and asynchronous programming for ultimate efficiency eBook -- spis treści
- 1. Parallel Programming Paradigms
- 2. Processes, Threads, and Services
- 3. How to Create and Manage Threads in C++
- 4. Thread Synchronization with Locks
- 5. Atomic Operations
- 6. Promises and Futures
- 7. The Async Function
- 8. Asynchronous Programming Using Coroutines
- 9. Asynchronous Programming Using Boost.Asio
- 10. Coroutines with Boost.Cobalt
- 11. Logging and Debugging Asynchronous Software
- 12. Sanitizing and Testing Asynchronous Software
- 13. Improving Asynchronous Software Performance