Test name | Executions per second |
---|---|
Not empty lodash.head() | 103137288.0 Ops/sec |
Not empty [0] | 269945536.0 Ops/sec |
Empty lodash.head() | 98868368.0 Ops/sec |
Empty [0] | 276321952.0 Ops/sec |
[0] with check | 141951728.0 Ops/sec |
[0] with null check | 111447952.0 Ops/sec |