Baunsgaard opened a new pull request, #1791: URL: https://github.com/apache/systemds/pull/1791
This commit improve the reading of dense matrix blocks by removing an unnecessary reset that is called On reading a 80GB file from HDFS: Before: 25.197 sec After : 23.816 sec The fix is simply that when reading a dense block we called allocateDenseBlock(false), and based on the output of this we reset the block. But if the block is already allocated by allocate Dense block we do not need to reset it again afterwards (that would be redundant). -- 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