Test name | Executions per second |
---|---|
Not empty lodash.head() | 5559157.5 Ops/sec |
Not empty [0] | 16626139.0 Ops/sec |
Empty lodash.head() | 5438717.5 Ops/sec |
Empty [0] | 16654594.0 Ops/sec |
[0] with check | 5623238.5 Ops/sec |
[0] with null check | 4177467.5 Ops/sec |