Test name | Executions per second |
---|---|
Not empty lodash.head() | 9016822.0 Ops/sec |
Not empty [0] | 28105146.0 Ops/sec |
Empty lodash.head() | 8986295.0 Ops/sec |
Empty [0] | 28263766.0 Ops/sec |
[0] with check | 9912515.0 Ops/sec |
[0] with null check | 7292947.0 Ops/sec |