Test name | Executions per second |
---|---|
Not empty lodash.head() | 10774843.0 Ops/sec |
Not empty [0] | 31844266.0 Ops/sec |
Empty lodash.head() | 10811994.0 Ops/sec |
Empty [0] | 31922272.0 Ops/sec |
[0] with check | 11284915.0 Ops/sec |
[0] with null check | 8294274.0 Ops/sec |