Baunsgaard opened a new pull request, #2219: URL: https://github.com/apache/systemds/pull/2219
This PR contains a refactor of MatrixBlock.append, the refactor serves two purposes. 1. The append logic inside the MatrixBlock, was > 200 lines with many specific functions only for append logic. 2. To allow JIT compilation of the Sparse and Dense appending respectively. The current implementation contained one big method that did not -- in my experiments -- JIT compile ever. -- 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