Test name | Executions per second |
---|---|
Not empty lodash.head() | 4368295.5 Ops/sec |
Not empty [0] | 14241194.0 Ops/sec |
Empty lodash.head() | 4414529.0 Ops/sec |
Empty [0] | 14380539.0 Ops/sec |
[0] with check | 4647601.0 Ops/sec |
[0] with null check | 3460049.8 Ops/sec |