Test name | Executions per second |
---|---|
Not empty lodash.head() | 1377987.8 Ops/sec |
Not empty [0] | 4185733.0 Ops/sec |
Empty lodash.head() | 1607534.4 Ops/sec |
Empty [0] | 4429987.0 Ops/sec |
[0] with check | 1673209.4 Ops/sec |
[0] with null check | 1209839.8 Ops/sec |