Test name | Executions per second |
---|---|
Not empty lodash.head() | 7862501.5 Ops/sec |
Not empty [0] | 23281572.0 Ops/sec |
Empty lodash.head() | 7958141.0 Ops/sec |
Empty [0] | 23202732.0 Ops/sec |
[0] with check | 8059122.5 Ops/sec |
[0] with null check | 5996699.0 Ops/sec |