Test name | Executions per second |
---|---|
Not empty lodash.head() | 10709030.0 Ops/sec |
Not empty [0] | 32100304.0 Ops/sec |
Empty lodash.head() | 10749546.0 Ops/sec |
Empty [0] | 32294264.0 Ops/sec |
[0] with check | 11348803.0 Ops/sec |
[0] with null check | 8278328.5 Ops/sec |