Test name | Executions per second |
---|---|
Not empty lodash.head() | 3511210.2 Ops/sec |
Not empty [0] | 10659448.0 Ops/sec |
Empty lodash.head() | 3515667.5 Ops/sec |
Empty [0] | 10780856.0 Ops/sec |
[0] with check | 3560882.5 Ops/sec |
[0] with null check | 2667521.0 Ops/sec |