Commit 9149654
Optimize Val.Obj.visibleKeyNames: while-loop instead of forEach lambda
Replace getAllKeys.forEach with entrySet iterator while-loop to avoid
per-key lambda allocation overhead.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 8cd8d31 commit 9149654
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
659 | 659 | | |
660 | 660 | | |
661 | 661 | | |
662 | | - | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
663 | 667 | | |
664 | 668 | | |
665 | 669 | | |
| |||
0 commit comments