Tibor17 commented on pull request #300: URL: https://github.com/apache/maven-surefire/pull/300#issuecomment-640063766
@michael-o We agreed with @eolivelli to avoid Base64 and transfer the raw stream with bytes counter in the frame. This way we would be totally fast (below 1 microsecond) because we would only copy the arrays and the performance of `System.arrayCopy()` is logarithmic. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org