Test name | Executions per second |
---|---|
Not empty lodash.head() | 9722106.0 Ops/sec |
Not empty [0] | 27928172.0 Ops/sec |
Empty lodash.head() | 9747720.0 Ops/sec |
Empty [0] | 28032970.0 Ops/sec |
[0] with check | 9784184.0 Ops/sec |
[0] with null check | 7233353.0 Ops/sec |