Test name | Executions per second |
---|---|
Not empty lodash.head() | 2926094.2 Ops/sec |
Not empty [0] | 8820367.0 Ops/sec |
Empty lodash.head() | 3012542.8 Ops/sec |
Empty [0] | 9083391.0 Ops/sec |
[0] with check | 3273660.8 Ops/sec |
[0] with null check | 1405250.9 Ops/sec |