Test name | Executions per second |
---|---|
Not empty lodash.head() | 6504549.0 Ops/sec |
Not empty [0] | 19525764.0 Ops/sec |
Empty lodash.head() | 6524139.5 Ops/sec |
Empty [0] | 18494510.0 Ops/sec |
[0] with check | 6725692.5 Ops/sec |
[0] with null check | 4831198.5 Ops/sec |