stevedlawrence opened a new pull request #66: Fix performance regression in layering feature URL: https://github.com/apache/incubator-daffodil/pull/66 Commit 1ea2290f28 changed how the input data was copied to a ByteArrayOutputStream by coping byte-by-byte rather than use IOUtils.copy(). The byte-by-byte change was useful for debugging, but caused a noticeable performance hit since IOUtils.copy() can copy in chunks. Revert the change to bring back the performance. DAFFODIL-1933
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
