Test name | Executions per second |
---|---|
Not empty lodash.head() | 5136447.0 Ops/sec |
Not empty [0] | 14430292.0 Ops/sec |
Empty lodash.head() | 5163933.0 Ops/sec |
Empty [0] | 14463302.0 Ops/sec |
[0] with check | 5292870.0 Ops/sec |
[0] with null check | 3899684.0 Ops/sec |