Test name | Executions per second |
---|---|
Not empty lodash.head() | 3783077.5 Ops/sec |
Not empty [0] | 11271486.0 Ops/sec |
Empty lodash.head() | 3760980.2 Ops/sec |
Empty [0] | 11218981.0 Ops/sec |
[0] with check | 3889880.8 Ops/sec |
[0] with null check | 2910778.0 Ops/sec |