Test name | Executions per second |
---|---|
Not empty lodash.head() | 2751794.2 Ops/sec |
Not empty [0] | 8979059.0 Ops/sec |
Empty lodash.head() | 3045093.2 Ops/sec |
Empty [0] | 9124191.0 Ops/sec |
[0] with check | 3143796.0 Ops/sec |
[0] with null check | 2322767.8 Ops/sec |