Test name | Executions per second |
---|---|
Not empty lodash.head() | 43092220.0 Ops/sec |
Not empty [0] | 103781160.0 Ops/sec |
Empty lodash.head() | 34791956.0 Ops/sec |
Empty [0] | 110560976.0 Ops/sec |
[0] with check | 57593120.0 Ops/sec |
[0] with null check | 44933796.0 Ops/sec |