parallel101/course is a course on high-performance parallel programming and optimization delivered through slides and lecture materials.
The course addresses how to write efficient parallel code and optimize performance in C++. It covers parallel computing concepts and techniques, with materials structured as slides that accompany instruction. The approach focuses on practical high-performance computing principles applicable to modern C++ development.
Developers working on performance-critical applications or seeking to deepen their understanding of parallel programming patterns would find this material relevant. The course suits those building systems where execution speed matters significantly and who want to learn optimization strategies beyond basic concurrent programming. The materials are presented in Chinese and organized as lecture slides rather than as executable code or a framework to integrate into projects.
The project maintains a repository of course materials with updates to the slide content and structure. The materials remain actively organized and refined for instructional purposes.