Test name | Executions per second |
---|---|
Not empty lodash.head() | 3189834.5 Ops/sec |
Not empty [0] | 9901308.0 Ops/sec |
Empty lodash.head() | 2666026.8 Ops/sec |
Empty [0] | 8966379.0 Ops/sec |
[0] with check | 2679328.2 Ops/sec |
[0] with null check | 1718889.8 Ops/sec |