Test name | Executions per second |
---|---|
Not empty lodash.head() | 9162462.0 Ops/sec |
Not empty [0] | 27148586.0 Ops/sec |
Empty lodash.head() | 9100986.0 Ops/sec |
Empty [0] | 27306092.0 Ops/sec |
[0] with check | 9762092.0 Ops/sec |
[0] with null check | 7172774.5 Ops/sec |