Test name | Executions per second |
---|---|
Not empty lodash.head() | 5838521.0 Ops/sec |
Not empty [0] | 17565134.0 Ops/sec |
Empty lodash.head() | 5115496.5 Ops/sec |
Empty [0] | 15140221.0 Ops/sec |
[0] with check | 5411443.0 Ops/sec |
[0] with null check | 4117514.0 Ops/sec |