Test case name | Result |
---|---|
DataView AoS | |
DataView byte-aligned AoS | |
TypedArray byte-aligned AoS | |
TypeArray SoA |
Test name | Executions per second |
---|---|
DataView AoS | 25.8 Ops/sec |
DataView byte-aligned AoS | 25.9 Ops/sec |
TypedArray byte-aligned AoS | 494.8 Ops/sec |
TypeArray SoA | 1117.3 Ops/sec |