Test name | Executions per second |
---|---|
Not empty lodash.head() | 10691420.0 Ops/sec |
Not empty [0] | 32822566.0 Ops/sec |
Empty lodash.head() | 10673693.0 Ops/sec |
Empty [0] | 32950510.0 Ops/sec |
[0] with check | 11901180.0 Ops/sec |
[0] with null check | 8719716.0 Ops/sec |