golang.org/x/tools/go/analysis/passes
fix buf.WriteString(x + y) to the more efficient buf.WriteString(x); buf.WriteString(y)FeatureRequestNeedsInvestigationPerformanceToolsgopls/performance
#77369 opened 2 weeks ago by TomOnTime
opt: skip each ast.File that doesn't import the package of interestAnalysisNeedsDecisionToolsgopls/analysisgopls/performance
#60749 opened 2 years ago by adonovan