Test name | Executions per second |
---|---|
Not empty lodash.head() | 3277172.8 Ops/sec |
Not empty [0] | 9079757.0 Ops/sec |
Empty lodash.head() | 3338307.0 Ops/sec |
Empty [0] | 9095444.0 Ops/sec |
[0] with check | 3346054.0 Ops/sec |
[0] with null check | 2472451.5 Ops/sec |