olabusayoT opened a new pull request, #1511: URL: https://github.com/apache/daffodil/pull/1511
- we make use of .toSeq liberally within the code which can lead to unnecessary copies, so we review the code and update where possible to avoid .toSeq and replace with a more performant option - ArraySeq.unsafeWrapArray wraps an array in a ArraySeq is a performant way to get a seq from an array - use Arrays, Iterables or original collection in certain places instead of converting to Seq DAFFODIL-2972 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
