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 | 44,106,648 Ops/sec |
| DataView | 39,534,352 Ops/sec |
| Uint8Array with set | 14,855,970 Ops/sec |
| with Float64Array | 359,329 Ops/sec |