Test name | Executions per second |
---|---|
Not empty lodash.head() | 8495570.0 Ops/sec |
Not empty [0] | 26466746.0 Ops/sec |
Empty lodash.head() | 8504438.0 Ops/sec |
Empty [0] | 26651602.0 Ops/sec |
[0] with check | 9026505.0 Ops/sec |
[0] with null check | 6782675.0 Ops/sec |