The book offers a thorough exploration of C++ Standard Template Library (STL), focusing on its classes, algorithms, and programming constructs. It provides practical guidance on a wide array of STL topics, emphasizing the latest features from the C++20 and C++23 standards. This resource is designed to enhance the reader's understanding and application of modern C++ programming techniques.
Daniel Kusswurm Ordine dei libri





- 2025
- 2023
Modern X86 Assembly Language Programming
Covers X86 64-bit, AVX, AVX2, and AVX-512
- 700pagine
- 25 ore di lettura
Focusing on x86-64 assembly language, this instructional text guides readers in coding functions while leveraging the SIMD capabilities of x86-64 processors. It provides insights into using advanced instruction sets like AVX, AVX2, and AVX-512, making it a valuable resource for those looking to enhance their programming skills in this area.
- 2022
Modern Parallel Programming with C++ and Assembly Language
X86 Simd Development Using Avx, Avx2, and Avx-512
- 633pagine
- 23 ore di lettura
Focusing on x86 SIMD programming, this book provides a comprehensive guide to using C++ intrinsic functions and x86-64 assembly language. It highlights essential techniques for leveraging data level parallelism, crucial for processing big data and large datasets. The content is tailored for modern software development, making it a valuable resource for applications in data science and other fields that require efficient data processing.
- 2020
Modern Arm Assembly Language Programming
Covers Armv8-A 32-bit, 64-bit, and SIMD
- 488pagine
- 18 ore di lettura
Focusing on Armv8-A assembly language programming, this book offers a comprehensive guide to both 32-bit and 64-bit architectures, tailored for modern software development. It covers essential topics and computational resources of Arm's SIMD platform, featuring abundant source code to enhance understanding of key constructs and SIMD concepts. Readers will gain the skills necessary to write performance-optimized functions and algorithms, making it a valuable resource for anyone looking to master Armv8-A assembly language.
- 2014
Modern X86 Assembly Language Programming
- 700pagine
- 25 ore di lettura
"Modern X86 Assembly Language Programming teaches you the fundamentals of x86 assembly language programming. It focuses on aspects of the x86 instruction set that are most relevant to application software development. The book's structure and sample code are designed to help you quickly understand x86 assembly language programming and the computational resources ofthe x86 platform."--Publisher