Test name | Executions per second |
---|---|
Not empty lodash.head() | 5221913.5 Ops/sec |
Not empty [0] | 17584694.0 Ops/sec |
Empty lodash.head() | 5365675.5 Ops/sec |
Empty [0] | 17677502.0 Ops/sec |
[0] with check | 5726197.0 Ops/sec |
[0] with null check | 4281440.5 Ops/sec |