Test name | Executions per second |
---|---|
Not empty lodash.head() | 5406479.0 Ops/sec |
Not empty [0] | 16150544.0 Ops/sec |
Empty lodash.head() | 5528060.0 Ops/sec |
Empty [0] | 16753769.0 Ops/sec |
[0] with check | 5740185.0 Ops/sec |
[0] with null check | 4264972.0 Ops/sec |