Test name | Executions per second |
---|---|
Not empty lodash.head() | 4088106.2 Ops/sec |
Not empty [0] | 13850510.0 Ops/sec |
Empty lodash.head() | 4679765.0 Ops/sec |
Empty [0] | 13916053.0 Ops/sec |
[0] with check | 4805010.0 Ops/sec |
[0] with null check | 3423651.2 Ops/sec |