Test case name | Result |
---|---|
String.fromCharCode | |
TextDecoder | |
TextDecoder plus array | |
TextDecoder plus constructor and array |
Test name | Executions per second |
---|---|
String.fromCharCode | 3769310.2 Ops/sec |
TextDecoder | 2846975.5 Ops/sec |
TextDecoder plus array | 865611.3 Ops/sec |
TextDecoder plus constructor and array | 594243.6 Ops/sec |