DataView vs Uint8Array by byte vs Uint8Array with set| Test case name | Result |
|---|---|
| DataView | |
| Uint8Array by byte | |
| Uint8Array with set |
| Test name | Executions per second |
|---|---|
| ✓ DataView | 6,526,922 Ops/sec |
| Uint8Array by byte | 6,428,718 Ops/sec |
| Uint8Array with set | 1,978,330 Ops/sec |