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

Consider changing default compression level of serialized models/states #77

Open
arcondello opened this issue Jul 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@arcondello
Copy link
Member

Right now we use zipfile's default compression level when creating serialized models and states. The default is zipfile.ZIP_STORED therefore uncompressed. We should consider changing the default to zipfile.ZIP_DEFLATED.

Obviously performance testing is needed.

We could also expose the compression level as a keyword argument.

See also dwavesystems/dimod#1235, dwavesystems/dimod#1296, dwavesystems/dwave-cloud-client#532

@arcondello arcondello added the enhancement New feature or request label Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant