Test name | Executions per second |
---|---|
Not empty lodash.head() | 4684420.5 Ops/sec |
Not empty [0] | 13055497.0 Ops/sec |
Empty lodash.head() | 4681727.5 Ops/sec |
Empty [0] | 12978644.0 Ops/sec |
[0] with check | 4985779.0 Ops/sec |
[0] with null check | 3527054.5 Ops/sec |