Test name | Executions per second |
---|---|
Not empty lodash.head() | 3105150.0 Ops/sec |
Not empty [0] | 8647180.0 Ops/sec |
Empty lodash.head() | 3002865.2 Ops/sec |
Empty [0] | 8077035.0 Ops/sec |
[0] with check | 3023809.0 Ops/sec |
[0] with null check | 2293296.2 Ops/sec |