Test name | Executions per second |
---|---|
Not empty lodash.head() | 4145448.8 Ops/sec |
Not empty [0] | 14495933.0 Ops/sec |
Empty lodash.head() | 4447185.0 Ops/sec |
Empty [0] | 14513339.0 Ops/sec |
[0] with check | 4507056.0 Ops/sec |
[0] with null check | 3455116.2 Ops/sec |