Test name | Executions per second |
---|---|
Not empty lodash.head() | 3228487.8 Ops/sec |
Not empty [0] | 10795288.0 Ops/sec |
Empty lodash.head() | 3239361.8 Ops/sec |
Empty [0] | 9528648.0 Ops/sec |
[0] with check | 3151546.8 Ops/sec |
[0] with null check | 2530095.0 Ops/sec |