Compression Speedup#1565
Closed
Baunsgaard wants to merge 7 commits into
Closed
Conversation
7c245c2 to
09ca38e
Compare
0686a6f to
9fa6f40
Compare
This commit adds optimizations to the encoding combination algorithms to allow faster sparse-sparse and sparse-dense combine.
This commit adds a few specializations to maps. MapToZero for all zero mappings. MapToCharPByte for 3 byte mappings (in between char and int).
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
2bac5df to
8132aa2
Compare
Closed
Contributor
Author
|
Close Because of #1589 |
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.
This PR adds speedups to the compression by adding: