| Test case name | Result |
|---|---|
| String.fromCharCode | |
| TextDecoder | |
| TextDecoder plus array | |
| TextDecoder plus constructor and array |
| Test name | Executions per second |
|---|---|
| String.fromCharCode | 2471663.0 Ops/sec |
| TextDecoder | 3649601.2 Ops/sec |
| TextDecoder plus array | 2281511.0 Ops/sec |
| TextDecoder plus constructor and array | 965158.8 Ops/sec |