Test name | Executions per second |
---|---|
Not empty lodash.head() | 3272026.5 Ops/sec |
Not empty [0] | 9531530.0 Ops/sec |
Empty lodash.head() | 3300702.2 Ops/sec |
Empty [0] | 9665145.0 Ops/sec |
[0] with check | 3405970.8 Ops/sec |
[0] with null check | 2544749.0 Ops/sec |