dotnet/aspnetcore
Write more content directly to StreamWriter in W3CLogger
Aperta
#33.946 aperta il 29 giu 2021
Perfarea-networkinghelp wanted
Metriche repository
- Star
- (37.933 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
See https://github.com/dotnet/aspnetcore/pull/33251/#discussion_r655734742, https://github.com/dotnet/aspnetcore/pull/33251/#discussion_r656445769.
Since we know the only consumer of this data is StreamWriter, can you delay the Format, enqueue the elements array, and format when writing to the stream? This intermediate string is likely large and useless.
More content that should be written directly to the streamWriter.