Test name | Executions per second |
---|---|
Not empty lodash.head() | 4244350.5 Ops/sec |
Not empty [0] | 13656408.0 Ops/sec |
Empty lodash.head() | 4240916.0 Ops/sec |
Empty [0] | 13857924.0 Ops/sec |
[0] with check | 4437409.5 Ops/sec |
[0] with null check | 3224386.5 Ops/sec |