Test name | Executions per second |
---|---|
Not empty lodash.head() | 3895584.2 Ops/sec |
Not empty [0] | 12551173.0 Ops/sec |
Empty lodash.head() | 3876589.2 Ops/sec |
Empty [0] | 12595546.0 Ops/sec |
[0] with check | 4120741.2 Ops/sec |
[0] with null check | 3055316.0 Ops/sec |