Test name | Executions per second |
---|---|
Not empty lodash.head() | 3401057.0 Ops/sec |
Not empty [0] | 9780451.0 Ops/sec |
Empty lodash.head() | 3297567.8 Ops/sec |
Empty [0] | 9872078.0 Ops/sec |
[0] with check | 3495641.0 Ops/sec |
[0] with null check | 2489035.2 Ops/sec |