Test name | Executions per second |
---|---|
Not empty lodash.head() | 3087028.2 Ops/sec |
Not empty [0] | 10033565.0 Ops/sec |
Empty lodash.head() | 3212690.8 Ops/sec |
Empty [0] | 10078679.0 Ops/sec |
[0] with check | 3171521.8 Ops/sec |
[0] with null check | 2429063.2 Ops/sec |