Test name | Executions per second |
---|---|
Not empty lodash.head() | 8881830.0 Ops/sec |
Not empty [0] | 24496080.0 Ops/sec |
Empty lodash.head() | 8847200.0 Ops/sec |
Empty [0] | 23744198.0 Ops/sec |
[0] with check | 9183296.0 Ops/sec |
[0] with null check | 6859101.0 Ops/sec |