This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
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.
Dev compression speedup #1999
Dev compression speedup #1999
Changes from 34 commits
de817c2
9e4a3d9
1db91e3
e401f2b
2de52a8
7ba30c3
dc865fe
10c0510
df1dda7
9680f3e
e51f288
f830430
ab7f23d
98e75c2
ff413d1
d83f190
ff7e79d
e1240fe
8d333f2
b1b2b14
e988f19
6b0ecee
b8da18d
d452a16
12485c7
fbb6d48
1ce3c72
4db78f7
3d51727
70d3b1e
c80c7a9
005a664
d11a54a
49e0de1
951b014
280fb1b
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
may be removed this or replace it with logger.debug and use flag to set logging level.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, will do it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it seems *_speedup have a lot same code, may be they can be put in one method? use dynamic module import based on parser arguments?