Test name | Executions per second |
---|---|
Not empty lodash.head() | 4223467.5 Ops/sec |
Not empty [0] | 13264255.0 Ops/sec |
Empty lodash.head() | 4102283.5 Ops/sec |
Empty [0] | 13904397.0 Ops/sec |
[0] with check | 4335889.0 Ops/sec |
[0] with null check | 3366242.0 Ops/sec |