Commit 5246c79
revert: A2 — reorder fitsInsideBoundaries (caused regression)
Reverts b9b3f2c. isInRange() wraps longitude and has higher overhead
than simple comparisons; testing it first regressed user time by ~7.9s
vs A1 baseline. Reverting to lat-first ordering.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent b9b3f2c commit 5246c79
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
602 | 602 | | |
603 | 603 | | |
604 | 604 | | |
605 | | - | |
606 | | - | |
607 | | - | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
608 | 608 | | |
609 | 609 | | |
610 | 610 | | |
| |||
0 commit comments