String.fromCharCode, subarray vs TextDecoder, new uint8array vs TextDecoder, subarray| Test case name | Result |
|---|---|
| String.fromCharCode, subarray | |
| TextDecoder, new uint8array | |
| TextDecoder, subarray |
| Test name | Executions per second |
|---|---|
| ✓ TextDecoder, subarray | 428,186 Ops/sec |
| TextDecoder, new uint8array | 255,830 Ops/sec |
| String.fromCharCode, subarray | 13,931 Ops/sec |