Skip to content

AoS and SoA

Cheng Long edited this page Dec 4, 2022 · 1 revision

In wikipedia, the definition of Aos and SoA is "array of structures (AoS), structure of arrays (SoA) and array of structures of arrays (AoSoA) refer to contrasting ways to arrange a sequence of records in memory, with regard to interleaving, and are of interest in SIMD and SIMT programming."

Clone this wiki locally