Test case name | Result |
---|---|
Using reduce | |
Using while | |
Using reduce 2 and push | |
Using for loop and push |
Test name | Executions per second |
---|---|
Using reduce | 476145.7 Ops/sec |
Using while | 2957182.2 Ops/sec |
Using reduce 2 and push | 4288938.0 Ops/sec |
Using for loop and push | 4927894.5 Ops/sec |