Test name | Executions per second |
---|---|
Not empty lodash.head() | 6752295.5 Ops/sec |
Not empty [0] | 19924226.0 Ops/sec |
Empty lodash.head() | 6705811.0 Ops/sec |
Empty [0] | 20041088.0 Ops/sec |
[0] with check | 6725611.5 Ops/sec |
[0] with null check | 4961598.0 Ops/sec |