Test name | Executions per second |
---|---|
Not empty lodash.head() | 10961146.0 Ops/sec |
Not empty [0] | 32152576.0 Ops/sec |
Empty lodash.head() | 11000592.0 Ops/sec |
Empty [0] | 32178598.0 Ops/sec |
[0] with check | 11689399.0 Ops/sec |
[0] with null check | 8568868.0 Ops/sec |