Test name | Executions per second |
---|---|
Not empty lodash.head() | 5009172.0 Ops/sec |
Not empty [0] | 15626789.0 Ops/sec |
Empty lodash.head() | 5036562.5 Ops/sec |
Empty [0] | 15253219.0 Ops/sec |
[0] with check | 5217956.5 Ops/sec |
[0] with null check | 4368410.5 Ops/sec |