Test name | Executions per second |
---|---|
Not empty lodash.head() | 10837412.0 Ops/sec |
Not empty [0] | 31306034.0 Ops/sec |
Empty lodash.head() | 10826710.0 Ops/sec |
Empty [0] | 31241012.0 Ops/sec |
[0] with check | 11353257.0 Ops/sec |
[0] with null check | 8345312.0 Ops/sec |