You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: