Baunsgaard opened a new pull request #1422: URL: https://github.com/apache/systemds/pull/1422
This commit remove the late sort of the bitmap, that unfortunately reallocated the bitmap multiple times. This is fixed by sorting the bitmap at creation time instead. While making this fix the Bitmap have been isolated in its own package and the interface to create such a map is reduced to one function. Also contained in this PR is fixes to construction of SDC groups to better exploit the common value construction in the shortcut compression. -- 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]
