Test name | Executions per second |
---|---|
Not empty lodash.head() | 2907911.5 Ops/sec |
Not empty [0] | 9518602.0 Ops/sec |
Empty lodash.head() | 2968141.8 Ops/sec |
Empty [0] | 9096490.0 Ops/sec |
[0] with check | 3115855.5 Ops/sec |
[0] with null check | 1829086.1 Ops/sec |