| Test case name | Result |
|---|---|
| Double negation (!!row.length) | |
| Comparison (row.length > 0) | |
| Double negation (!!row) | |
| Boolean constructor |
| Test name | Executions per second |
|---|---|
| Double negation (!!row.length) | 153157.4 Ops/sec |
| Comparison (row.length > 0) | 150694.2 Ops/sec |
| Double negation (!!row) | 115213.0 Ops/sec |
| Boolean constructor | 124618.1 Ops/sec |