Test case name | Result |
---|---|
Original jobsity code | |
Simplified | |
FOR loop | |
Creating the array with the desired numbers as initial values |
Test name | Executions per second |
---|---|
Original jobsity code | 1825092.5 Ops/sec |
Simplified | 1968390.8 Ops/sec |
FOR loop | 1085930.9 Ops/sec |
Creating the array with the desired numbers as initial values | 1115334.2 Ops/sec |