DataView vs Uint8Array by byte vs Uint8Array with set vs with Float64Array| Test case name | Result |
|---|---|
| DataView | |
| Uint8Array by byte | |
| Uint8Array with set | |
| with Float64Array |
| Test name | Executions per second |
|---|---|
| ✓ Uint8Array by byte | 13,996,286 Ops/sec |
| DataView | 13,717,086 Ops/sec |
| Uint8Array with set | 721,786 Ops/sec |
| with Float64Array | 700,629 Ops/sec |