Test case name | Result |
---|---|
Array.from | |
Spread | |
Iterate | |
Iterate with pre-allocated array |
Test name | Executions per second |
---|---|
Array.from | 41398.3 Ops/sec |
Spread | 470649.1 Ops/sec |
Iterate | 461936.1 Ops/sec |
Iterate with pre-allocated array | 574017.4 Ops/sec |