Test case name | Result |
---|---|
DataView AoS | |
DataView byte-aligned AoS | |
TypedArray byte-aligned AoS | |
TypeArray SoA |
Test name | Executions per second |
---|---|
DataView AoS | 3.2 Ops/sec |
DataView byte-aligned AoS | 3.2 Ops/sec |
TypedArray byte-aligned AoS | 13.6 Ops/sec |
TypeArray SoA | 3.5 Ops/sec |