Baunsgaard opened a new pull request, #1972: URL: https://github.com/apache/systemds/pull/1972
This commit optimize the lazy write buffer to pass through byte arrays if provided instead of lazily evaulating them. If provided byte arrays are large enough this is faster than the previous lazy evaluation. Especially because we previously copied over the byte array allocating the elements twice, This commit also fixes a bug where if you provide a byte array that is larger than the buffer it does not crash. -- 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: dev-unsubscr...@systemds.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org