Test name | Executions per second |
---|---|
Not empty lodash.head() | 5719541.5 Ops/sec |
Not empty [0] | 16052927.0 Ops/sec |
Empty lodash.head() | 5753696.5 Ops/sec |
Empty [0] | 16171589.0 Ops/sec |
[0] with check | 5797918.5 Ops/sec |
[0] with null check | 4265128.0 Ops/sec |