If you enjoyed this book, you may be interested in these other books by Packt:
C++ High Performance - Second Edition
Björn Andrist , Viktor Sehr
ISBN: 978-1-83921-654-1
- 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
Modern C++ Programming Cookbook - Second Edition
Marius Bancila
ISBN: 978-1-80020-898-8
- Understand...