Test name | Executions per second |
---|---|
Not empty lodash.head() | 2222983.5 Ops/sec |
Not empty [0] | 6378870.5 Ops/sec |
Empty lodash.head() | 2247723.0 Ops/sec |
Empty [0] | 6418575.0 Ops/sec |
[0] with check | 2322155.2 Ops/sec |
[0] with null check | 1587096.6 Ops/sec |