Test name | Executions per second |
---|---|
Not empty lodash.head() | 3707361.2 Ops/sec |
Not empty [0] | 11253794.0 Ops/sec |
Empty lodash.head() | 3659920.8 Ops/sec |
Empty [0] | 11061999.0 Ops/sec |
[0] with check | 3798385.0 Ops/sec |
[0] with null check | 2648339.0 Ops/sec |