Test name | Executions per second |
---|---|
Not empty lodash.head() | 2565812.8 Ops/sec |
Not empty [0] | 8926491.0 Ops/sec |
Empty lodash.head() | 2883412.8 Ops/sec |
Empty [0] | 9438469.0 Ops/sec |
[0] with check | 2978645.8 Ops/sec |
[0] with null check | 2270856.2 Ops/sec |