dotnet/runtime
Ver no GitHubAnalyzer: Introduce an analyzer to recommend the more efficient string splitting features in .NET 8
Open
#85.487 aberto em 27 de abr. de 2023
api-approvedarea-System.Runtimecode-analyzerhelp wantedpartner-impact
Métricas do repositório
- Stars
- (17.886 stars)
- Métricas de merge de PR
- (Mesclagem média 12d 11h) (661 fundiu PRs em 30d)
Description
Introduce a performance-centric analyzer that detects uses of String.Split and recommends the new more efficient string splitting functionality from MemoryExtensions. I'm not sure a fixer can be provided here, it might be too complicated for that. But having an analyzer to point out an obvious place that can get a perf boost is still useful.
Category : Performance Severity : Info