Test name | Executions per second |
---|---|
Not empty lodash.head() | 5650437.0 Ops/sec |
Not empty [0] | 15753949.0 Ops/sec |
Empty lodash.head() | 5454993.5 Ops/sec |
Empty [0] | 15997663.0 Ops/sec |
[0] with check | 5701893.0 Ops/sec |
[0] with null check | 4088851.2 Ops/sec |