Test name | Executions per second |
---|---|
Not empty lodash.head() | 4701372.5 Ops/sec |
Not empty [0] | 15382205.0 Ops/sec |
Empty lodash.head() | 4710947.5 Ops/sec |
Empty [0] | 15215637.0 Ops/sec |
[0] with check | 4908084.0 Ops/sec |
[0] with null check | 3614268.8 Ops/sec |