Test name | Executions per second |
---|---|
Not empty lodash.head() | 9880172.0 Ops/sec |
Not empty [0] | 29071134.0 Ops/sec |
Empty lodash.head() | 9911765.0 Ops/sec |
Empty [0] | 29069278.0 Ops/sec |
[0] with check | 10518414.0 Ops/sec |
[0] with null check | 7722274.5 Ops/sec |