DataView vs Uint8Array by byte vs Uint8Array with set vs Native Array| Test case name | Result |
|---|---|
| DataView | |
| Uint8Array by byte | |
| Uint8Array with set | |
| Native Array |
| Test name | Executions per second |
|---|---|
| ✓ Native Array | 34,609,488 Ops/sec |
| Uint8Array by byte | 34,399,052 Ops/sec |
| DataView | 34,324,384 Ops/sec |
| Uint8Array with set | 2,246,521 Ops/sec |