Test name | Executions per second |
---|---|
Not empty lodash.head() | 5028506.0 Ops/sec |
Not empty [0] | 15638126.0 Ops/sec |
Empty lodash.head() | 5091180.5 Ops/sec |
Empty [0] | 15787589.0 Ops/sec |
[0] with check | 5354575.0 Ops/sec |
[0] with null check | 4000839.8 Ops/sec |