Test case name | Result |
---|---|
Access to not empty first value of array by using lodash head function | |
Access to not empty first value of array by using JS syntax x[0] |
Test name | Executions per second |
---|---|
Access to not empty first value of array by using lodash head function | 10750162.0 Ops/sec |
Access to not empty first value of array by using JS syntax x[0] | 20584838.0 Ops/sec |