Test name | Executions per second |
---|---|
Not empty lodash.head() | 6409249.5 Ops/sec |
Not empty [0] | 19765952.0 Ops/sec |
Empty lodash.head() | 6376139.5 Ops/sec |
Empty [0] | 19692664.0 Ops/sec |
[0] with check | 6828838.0 Ops/sec |
[0] with null check | 5139616.0 Ops/sec |