Test case name | Result |
---|---|
readUint8() with for loop | |
slice() with map() | |
slice() with Array.from() |
Test name | Executions per second |
---|---|
readUint8() with for loop | 3108.7 Ops/sec |
slice() with map() | 142283.5 Ops/sec |
slice() with Array.from() | 113012.0 Ops/sec |