Test name | Executions per second |
---|---|
Not empty lodash.head() | 6478713.0 Ops/sec |
Not empty [0] | 19871832.0 Ops/sec |
Empty lodash.head() | 6514179.5 Ops/sec |
Empty [0] | 19986686.0 Ops/sec |
[0] with check | 6846836.0 Ops/sec |
[0] with null check | 5217439.0 Ops/sec |