Test name | Executions per second |
---|---|
Not empty lodash.head() | 5224561.0 Ops/sec |
Not empty [0] | 14708508.0 Ops/sec |
Empty lodash.head() | 5204635.0 Ops/sec |
Empty [0] | 14790451.0 Ops/sec |
[0] with check | 5326876.0 Ops/sec |
[0] with null check | 3864192.8 Ops/sec |