Test name | Executions per second |
---|---|
Not empty lodash.head() | 2388823.0 Ops/sec |
Not empty [0] | 5467185.0 Ops/sec |
Empty lodash.head() | 2362647.8 Ops/sec |
Empty [0] | 5418381.5 Ops/sec |
[0] with check | 2466573.2 Ops/sec |
[0] with null check | 1836852.0 Ops/sec |