Test name | Executions per second |
---|---|
Not empty lodash.head() | 7270427.0 Ops/sec |
Not empty [0] | 20784888.0 Ops/sec |
Empty lodash.head() | 7109897.5 Ops/sec |
Empty [0] | 20606914.0 Ops/sec |
[0] with check | 6913932.0 Ops/sec |
[0] with null check | 4773939.0 Ops/sec |