Test name | Executions per second |
---|---|
While Loop with declaration | 285314.0 Ops/sec |
While Loop with Slice | 1484854.5 Ops/sec |
While Loop with Push and Slice | 1377482.8 Ops/sec |
While Loop with Push | 282811.1 Ops/sec |
Array.from with map | 225431.3 Ops/sec |
Array.from with map and slice | 667623.4 Ops/sec |