Test name | Executions per second |
---|---|
Not empty lodash.head() | 5363971.5 Ops/sec |
Not empty [0] | 13920717.0 Ops/sec |
Empty lodash.head() | 5207068.5 Ops/sec |
Empty [0] | 11046986.0 Ops/sec |
[0] with check | 4739220.0 Ops/sec |
[0] with null check | 3588152.0 Ops/sec |