Test name | Executions per second |
---|---|
Not empty lodash.head() | 8401816.0 Ops/sec |
Not empty [0] | 20548156.0 Ops/sec |
Empty lodash.head() | 8248821.0 Ops/sec |
Empty [0] | 20569704.0 Ops/sec |
[0] with check | 8483849.0 Ops/sec |
[0] with null check | 6211579.5 Ops/sec |