Read directly from prop vs Set directly to prop vs Read from getter vs Set to setter| Test case name | Result |
|---|---|
| Read directly from prop | |
| Set directly to prop | |
| Read from getter | |
| Set to setter |
| Test name | Executions per second |
|---|---|
| ✓ Set to setter | 229,140,176 Ops/sec |
| Read from getter | 224,582,272 Ops/sec |
| Read directly from prop | 218,930,368 Ops/sec |
| Set directly to prop | 218,862,320 Ops/sec |