Test case name | Result |
---|---|
AoS | |
SoA | |
Interlaced Array - no loop unrolling | |
Interlaced Array - with loop unrolling | |
SoA - one component per loop |
Test name | Executions per second |
---|---|
AoS | 1.3 Ops/sec |
SoA | 1.8 Ops/sec |
Interlaced Array - no loop unrolling | 1.8 Ops/sec |
Interlaced Array - with loop unrolling | 1.6 Ops/sec |
SoA - one component per loop | 0.7 Ops/sec |