Test case name | Result |
---|---|
TextDecoder on Uint8Array | |
String.fromCharCode on Uint8Array | |
String.fromCharCode on Array | |
String.fromCodePoint on Uint8Array | |
String.fromCodePoint on Array |
Test name | Executions per second |
---|---|
TextDecoder on Uint8Array | 29480.1 Ops/sec |
String.fromCharCode on Uint8Array | 15879.3 Ops/sec |
String.fromCharCode on Array | 57867.5 Ops/sec |
String.fromCodePoint on Uint8Array | 12409.2 Ops/sec |
String.fromCodePoint on Array | 27346.9 Ops/sec |