Test name | Executions per second |
---|---|
Not empty lodash.head() | 5294102.5 Ops/sec |
Not empty [0] | 14955964.0 Ops/sec |
Empty lodash.head() | 3357397.2 Ops/sec |
Empty [0] | 10959262.0 Ops/sec |
[0] with check | 4272910.5 Ops/sec |
[0] with null check | 3477288.8 Ops/sec |