Test name | Executions per second |
---|---|
Not empty lodash.head() | 5533652.0 Ops/sec |
Not empty [0] | 17018464.0 Ops/sec |
Empty lodash.head() | 5601725.5 Ops/sec |
Empty [0] | 17122182.0 Ops/sec |
[0] with check | 5820642.5 Ops/sec |
[0] with null check | 4092372.2 Ops/sec |