Test case name | Result |
---|---|
AoS | |
SoA | |
SoA - one component per loop | |
Interlaced Array - no loop unrolling | |
Interlaced Array - with loop unrolling |
Test name | Executions per second |
---|---|
AoS | 218.4 Ops/sec |
SoA | 422.8 Ops/sec |
SoA - one component per loop | 419.0 Ops/sec |
Interlaced Array - no loop unrolling | 279.0 Ops/sec |
Interlaced Array - with loop unrolling | 382.5 Ops/sec |