Other Books You May Enjoy
If you enjoyed this book, you may be interested in these other books by Packt:
C++ High Performance
Bjorn Andrist
Viktor Sehr
ISBN: 9781839216541
- Write specialized data structures for performance-critical code
- Use modern metaprogramming techniques to reduce runtime calculations
- Achieve efficient memory management using custom memory allocators
- Reduce boilerplate code using reflection techniques
- Reap the benefits of lock-free concurrent programming
- Gain insights into subtle optimizations used by standard library algorithms
- Compose algorithms using ranges library
- Develop the ability to apply metaprogramming aspects such as constexpr, constraints, and concepts
- Implement lazy generators and asynchronous tasks using C++20 coroutines
The Art of Writing Efficient Programs
Fedor G. Pikus
ISBN: 9781800208117
- Discover how to use the hardware computing resources...