Test name | Executions per second |
---|---|
Not empty lodash.head() | 5436738.0 Ops/sec |
Not empty [0] | 16382890.0 Ops/sec |
Empty lodash.head() | 5446918.5 Ops/sec |
Empty [0] | 16443690.0 Ops/sec |
[0] with check | 5692869.5 Ops/sec |
[0] with null check | 4165696.8 Ops/sec |