Test name | Executions per second |
---|---|
Not empty lodash.head() | 10009058.0 Ops/sec |
Not empty [0] | 28711742.0 Ops/sec |
Empty lodash.head() | 9960430.0 Ops/sec |
Empty [0] | 28600276.0 Ops/sec |
[0] with check | 10319304.0 Ops/sec |
[0] with null check | 7601255.5 Ops/sec |