Did they actually do any kind of benchmark to see if it affects performance?
The memory and parse time argument is invalid imo. Lexing a file with wildly abudant whitespace is going to take a delta longer that's insignificant compared to the parse time.
Loading it is normally a concern because of network bandwidth and latency, especially if it'll push you over MTU.
Comments
Did they actually do any kind of benchmark to see if it affects performance?
The memory and parse time argument is invalid imo. Lexing a file with wildly abudant whitespace is going to take a delta longer that's insignificant compared to the parse time.
Loading it is normally a concern because of network bandwidth and latency, especially if it'll push you over MTU.