Test name | Executions per second |
---|---|
Not empty lodash.head() | 7769848.5 Ops/sec |
Not empty [0] | 26047488.0 Ops/sec |
Empty lodash.head() | 9005599.0 Ops/sec |
Empty [0] | 26028116.0 Ops/sec |
[0] with check | 9177576.0 Ops/sec |
[0] with null check | 6713353.0 Ops/sec |