Test name | Executions per second |
---|---|
Not empty lodash.head() | 3620642.5 Ops/sec |
Not empty [0] | 11250774.0 Ops/sec |
Empty lodash.head() | 3583660.2 Ops/sec |
Empty [0] | 11121606.0 Ops/sec |
[0] with check | 3777232.0 Ops/sec |
[0] with null check | 2757455.5 Ops/sec |