Don't materialize LazyFormattedBuildEventArgs.Message in packet serializer and binary logger #6199
Labels
Area: Logging
performance
Performance-Scenario-Build
This issue affects build performance.
Priority:2
Work that is important, but not critical for the release
triaged
Milestone
We can just write the raw message and args instead of realizing the long string unnecessarily. This should help with binlog size (as smaller strings are more reusable) and memory allocations.
The text was updated successfully, but these errors were encountered: