Test name | Executions per second |
---|---|
Not empty lodash.head() | 4834075.5 Ops/sec |
Not empty [0] | 17525434.0 Ops/sec |
Empty lodash.head() | 5222885.5 Ops/sec |
Empty [0] | 17598418.0 Ops/sec |
[0] with check | 5505496.0 Ops/sec |
[0] with null check | 3943200.8 Ops/sec |