Test name | Executions per second |
---|---|
Not empty lodash.head() | 5580000.0 Ops/sec |
Not empty [0] | 17090098.0 Ops/sec |
Empty lodash.head() | 5970937.0 Ops/sec |
Empty [0] | 18086294.0 Ops/sec |
[0] with check | 6019808.0 Ops/sec |
[0] with null check | 4457022.5 Ops/sec |