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
PrettyPrinterPerformance PrettyPrinterPerformance Optimized the PrettyPrinter for swiftlang#894
Worked to get the perfomance to be closer to where we were before the changes in swiftlang#883. This code should be only about 1.5% slower rather than 7% slower.
Using a lazy filter as `count(where:_)` isn't avaliable < Swift 6.0
0 commit comments