Test name | Executions per second |
---|---|
Not empty lodash.head() | 3207389.0 Ops/sec |
Not empty [0] | 10971028.0 Ops/sec |
Empty lodash.head() | 3155294.0 Ops/sec |
Empty [0] | 11754397.0 Ops/sec |
[0] with check | 3338461.5 Ops/sec |
[0] with null check | 2585268.5 Ops/sec |