Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hardcode the compression when saving #131

Closed
wants to merge 1 commit into from

Conversation

zigaLuksic
Copy link
Collaborator

The parameter never set to anything other than 1 except by mistake.
With this we get rid of some code complexity and inconsistency.

But i'm not entirely sure if this is a step in the right direction :/

@mlubej
Copy link
Contributor

mlubej commented Nov 17, 2022

I thought the idea was to convert the parameter to a boolean one, which is True (to use compression 1) by default, otherwise the user can specify they are not interested in compression, since they want to prioritize speed and not disk space.

Would that still make sense, or is it too similar to the situation before?

@zigaLuksic
Copy link
Collaborator Author

I thought the idea was to convert the parameter to a boolean one, which is True (to use compression 1) by default, otherwise the user can specify they are not interested in compression, since they want to prioritize speed and not disk space.

Would that still make sense, or is it too similar to the situation before?

The idea was to get rid of a parameter, because we often have a lot of parameters we never touch

@zigaLuksic
Copy link
Collaborator Author

not doing it (for now)

@zigaLuksic zigaLuksic closed this Nov 17, 2022
@zigaLuksic zigaLuksic deleted the feat/hardcode-compression branch January 19, 2023 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants