Test name | Executions per second |
---|---|
Not empty lodash.head() | 4963053.5 Ops/sec |
Not empty [0] | 16847212.0 Ops/sec |
Empty lodash.head() | 5148627.0 Ops/sec |
Empty [0] | 16752425.0 Ops/sec |
[0] with check | 5864950.0 Ops/sec |
[0] with null check | 4330026.5 Ops/sec |