Compression PR 2#1589
Closed
Baunsgaard wants to merge 2 commits into
Closed
Conversation
Closed
98a8536 to
d3f3f8a
Compare
This commit adds optimizations to the encoding combination algorithms to allow faster sparse-sparse and sparse-dense combine. [SYSTEMDS-3336] CLA Specialized maps This commit adds a few specializations to maps. MapToZero for all zero mappings. MapToCharPByte for 3 byte mappings (in between char and int). [SYSTEMDS-???] DDCFOR and SDCFOR and Sparsifying compression [SYSTEMDS-???] sparsifying compression general specialization lmm and change cost model for lmm fix cost estimator on unknown dimensions (set to 16) fix sparse TSMM in full rows CSR remove memorizer on Offsets clear soft reference in case of spark compression replace shortcut and compressed multiply cost minimum rows processed more likely to transpose MM binary no decompression fix single col table on compressed colgroup transpose size in memory if compressed is equal to compressed size if no sparse block is allocated allocate a block minor updates
1036b23 to
b50691e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(just new branch to not force overwrite other commits for safety)
Continue: #1565