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
Performance: Eliminate Regex overhead in AvoidTrailingWhitespace -> Speedup of 5% (PowerShell 5.1) or 2.5 % (PowerShell 7.1-preview.2) (#1465)
* Improve performance by not using regex (2% improvement)
* replace regex
* fix index and simplify
* tidy
* Apply suggestions from code review
Co-Authored-By: Robert Holt <rjmholt@gmail.com>
* Use IsWhiteSpace
Co-authored-by: Christoph Bergmeister <christoph.bergmeister@bjss.com>
Co-authored-by: Robert Holt <rjmholt@gmail.com>
0 commit comments