Test name | Executions per second |
---|---|
While Loop with declaration | 297936.4 Ops/sec |
While Loop with Array.from | 299397.7 Ops/sec |
While Loop with Push and Array.From | 273899.5 Ops/sec |
While Loop with Push | 279159.3 Ops/sec |
Array.from with map | 219803.5 Ops/sec |