Test name | Executions per second |
---|---|
Not empty lodash.head() | 8748339.0 Ops/sec |
Not empty [0] | 23863384.0 Ops/sec |
Empty lodash.head() | 8538670.0 Ops/sec |
Empty [0] | 23419728.0 Ops/sec |
[0] with check | 8659984.0 Ops/sec |
[0] with null check | 6655475.0 Ops/sec |