Test name | Executions per second |
---|---|
Not empty lodash.head() | 4329107.5 Ops/sec |
Not empty [0] | 12690726.0 Ops/sec |
Empty lodash.head() | 3572296.0 Ops/sec |
Empty [0] | 9659282.0 Ops/sec |
[0] with check | 3421825.8 Ops/sec |
[0] with null check | 2020086.9 Ops/sec |