Test name | Executions per second |
---|---|
Not empty lodash.head() | 2897397.8 Ops/sec |
Not empty [0] | 8821529.0 Ops/sec |
Empty lodash.head() | 2866359.5 Ops/sec |
Empty [0] | 8839056.0 Ops/sec |
[0] with check | 3081648.8 Ops/sec |
[0] with null check | 2267669.2 Ops/sec |