Test name | Executions per second |
---|---|
Not empty lodash.head() | 3224070.8 Ops/sec |
Not empty [0] | 10415747.0 Ops/sec |
Empty lodash.head() | 3272837.5 Ops/sec |
Empty [0] | 10688855.0 Ops/sec |
[0] with check | 3315112.0 Ops/sec |
[0] with null check | 2503458.0 Ops/sec |