Commit eba73d6
Optimize itemAt to avoid redundant select() calls
Refactored to use recursiveDo instead of findAny twice, eliminating the duplicate call to select(x,y) on the same group.
Co-authored-by: highperformancecoder <3075825+highperformancecoder@users.noreply.github.com>1 parent 5513afb commit eba73d6
1 file changed
+14
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
431 | | - | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
432 | 444 | | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
| 445 | + | |
439 | 446 | | |
440 | 447 | | |
441 | 448 | | |
| |||
0 commit comments