You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimize String concatenation in TestFolderPathPattern loops
This commit replaces inefficient string concatenations and `replaceFirst` inside loops with optimized `StringBuilder` and `Matcher.appendReplacement` strategies.
This addresses performance bottlenecks when repeatedly updating `result` within `resolveGroups` and parsing large template strings in `replaceGroupsWithRefs`.
Co-authored-by: RoiSoleil <3462260+RoiSoleil@users.noreply.github.com>
0 commit comments