Test name | Executions per second |
---|---|
Not empty lodash.head() | 5273874.5 Ops/sec |
Not empty [0] | 15507754.0 Ops/sec |
Empty lodash.head() | 5313880.0 Ops/sec |
Empty [0] | 15470592.0 Ops/sec |
[0] with check | 5487043.0 Ops/sec |
[0] with null check | 3982261.0 Ops/sec |