Test name | Executions per second |
---|---|
Not empty lodash.head() | 2878318.8 Ops/sec |
Not empty [0] | 7952769.0 Ops/sec |
Empty lodash.head() | 2977705.8 Ops/sec |
Empty [0] | 8101780.5 Ops/sec |
[0] with check | 3103011.8 Ops/sec |
[0] with null check | 2224379.8 Ops/sec |