-
Notifications
You must be signed in to change notification settings - Fork 479
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYSTEMDS-3808] Dictionary Compressed Combine
This commit speedup the combining of dictionaries via custum hashmaps. Closes #2166 Signed-off-by: Sebastian Baunsgaard <baunsgaard@apache.org>
- Loading branch information
1 parent
809490f
commit 96fd5da
Showing
12 changed files
with
888 additions
and
351 deletions.
There are no files selected for viewing
501 changes: 389 additions & 112 deletions
501
src/main/java/org/apache/sysds/runtime/compress/colgroup/dictionary/DictionaryFactory.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.