C++

Diving Deep into Data Alignment

Recently I came across an interesting topic on memory access optimization named data alignment. I know that struct can be seen as public class, and the performance of struct of array is better than array of struct thanks to contiguous memory.

Introduction to OpenMP

Why OpenMP Syntax is easy to pickup Almost linear scaling Reference Existing native parallel solutions in C and Fortran Unified Parallel C (UPC) in C Fortran: