Other Books You May Enjoy
If you enjoyed this book, you may be interested in these other books by Packt:
The Art of Writing Efficient Programs
Fedor G. Pikus
ISBN: 9781800208117
- Discover how to use the hardware computing resources in your programs effectively
- Understand the relationship between memory order and memory barriers
- Familiarize yourself with the performance implications of different data structures and organizations
- Assess the performance impact of concurrent memory accessed and how to minimize it
- Discover when to use and when not to use lock-free programming techniques
- Explore different ways to improve the effectiveness of compiler optimizations
- Design APIs for concurrent data structures and high-performance data structures to avoid inefficiencies
Software Architecture with C++
Adrian Ostrowski, Piotr Gaczkowski
ISBN: 9781838554590
- Understand how to apply the principles of software architecture
- Apply...