Test name | Executions per second |
---|---|
Not empty lodash.head() | 10678868.0 Ops/sec |
Not empty [0] | 28452308.0 Ops/sec |
Empty lodash.head() | 10737691.0 Ops/sec |
Empty [0] | 28224234.0 Ops/sec |
[0] with check | 11203594.0 Ops/sec |
[0] with null check | 8206372.5 Ops/sec |