Test name | Executions per second |
---|---|
Not empty lodash.head() | 3662331.8 Ops/sec |
Not empty [0] | 11059944.0 Ops/sec |
Empty lodash.head() | 3703101.0 Ops/sec |
Empty [0] | 11075222.0 Ops/sec |
[0] with check | 3763009.5 Ops/sec |
[0] with null check | 2788196.5 Ops/sec |