Test name | Executions per second |
---|---|
Not empty lodash.head() | 5068876.0 Ops/sec |
Not empty [0] | 15617421.0 Ops/sec |
Empty lodash.head() | 5038066.0 Ops/sec |
Empty [0] | 15691262.0 Ops/sec |
[0] with check | 5236057.0 Ops/sec |
[0] with null check | 3900754.5 Ops/sec |