Test case name | Result |
---|---|
AoS | |
SoA - one loop | |
SoA - one component per loop | |
Interlaced Array - no loop unrolling | |
Interlaced Array - with loop unrolling |
Test name | Executions per second |
---|---|
AoS | 7.2 Ops/sec |
SoA - one loop | 3.5 Ops/sec |
SoA - one component per loop | 4.1 Ops/sec |
Interlaced Array - no loop unrolling | 4.1 Ops/sec |
Interlaced Array - with loop unrolling | 3.5 Ops/sec |