Test name | Executions per second |
---|---|
Not empty lodash.head() | 4972824.5 Ops/sec |
Not empty [0] | 15358429.0 Ops/sec |
Empty lodash.head() | 4907427.5 Ops/sec |
Empty [0] | 15429176.0 Ops/sec |
[0] with check | 5142657.0 Ops/sec |
[0] with null check | 3927216.8 Ops/sec |