Test case name | Result |
---|---|
While Loop with declaration | |
While Loop with Array.from | |
While Loop with Push and Array.From | |
While Loop with Push | |
Array.from with map |
Test name | Executions per second |
---|---|
While Loop with declaration | 303659.9 Ops/sec |
While Loop with Array.from | 303098.6 Ops/sec |
While Loop with Push and Array.From | 274984.6 Ops/sec |
While Loop with Push | 283912.2 Ops/sec |
Array.from with map | 218462.0 Ops/sec |