Test name | Executions per second |
---|---|
Not empty lodash.head() | 3724601.2 Ops/sec |
Not empty [0] | 12471429.0 Ops/sec |
Empty lodash.head() | 3710540.8 Ops/sec |
Empty [0] | 12656897.0 Ops/sec |
[0] with check | 3781893.0 Ops/sec |
[0] with null check | 2897737.2 Ops/sec |