Test name | Executions per second |
---|---|
Not empty lodash.head() | 5367837.5 Ops/sec |
Not empty [0] | 15153272.0 Ops/sec |
Empty lodash.head() | 5304591.5 Ops/sec |
Empty [0] | 13712024.0 Ops/sec |
[0] with check | 4579052.0 Ops/sec |
[0] with null check | 3278571.0 Ops/sec |