dotnet/aspnetcore
GitHub で見るWrite more content directly to StreamWriter in W3CLogger
Open
#33,946 opened on 2021年6月29日
Perfarea-networkinghelp wanted
Repository metrics
- Stars
- (37,933 stars)
- PR merge metrics
- (平均マージ 16d 9h) (30d で 258 merged PRs)
説明
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.