Test name | Executions per second |
---|---|
Not empty lodash.head() | 4536742.0 Ops/sec |
Not empty [0] | 12553239.0 Ops/sec |
Empty lodash.head() | 4361617.0 Ops/sec |
Empty [0] | 12995482.0 Ops/sec |
[0] with check | 4829437.5 Ops/sec |
[0] with null check | 3470172.5 Ops/sec |