Test name | Executions per second |
---|---|
Not empty lodash.head() | 4837792.5 Ops/sec |
Not empty [0] | 14334140.0 Ops/sec |
Empty lodash.head() | 4840566.5 Ops/sec |
Empty [0] | 14573590.0 Ops/sec |
[0] with check | 5001780.0 Ops/sec |
[0] with null check | 3626507.5 Ops/sec |