Test name | Executions per second |
---|---|
Not empty lodash.head() | 5871587.0 Ops/sec |
Not empty [0] | 17455760.0 Ops/sec |
Empty lodash.head() | 5967520.5 Ops/sec |
Empty [0] | 17452390.0 Ops/sec |
[0] with check | 6322135.5 Ops/sec |
[0] with null check | 4579463.5 Ops/sec |