Test name | Executions per second |
---|---|
Not empty lodash.head() | 813764.1 Ops/sec |
Not empty [0] | 1777446.4 Ops/sec |
Empty lodash.head() | 666635.4 Ops/sec |
Empty [0] | 1901854.1 Ops/sec |
[0] with check | 778967.6 Ops/sec |
[0] with null check | 593336.8 Ops/sec |