Test case name | Result |
---|---|
readUint8() with for loop | |
slice() with map() | |
slice() with Array.from() |
Test name | Executions per second |
---|---|
readUint8() with for loop | 22900.2 Ops/sec |
slice() with map() | 137948.8 Ops/sec |
slice() with Array.from() | 153412.9 Ops/sec |