-
Notifications
You must be signed in to change notification settings - Fork 40
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
Compress (in transport) BQM/CQM/DQM data during multipart upload #532
Comments
|
That would be nice. If all supported |
Sure, made an issue dwavesystems/dimod#1235. |
Benefits also heavily depend on network speed. On (very) fast networks, using anything except the simplest/fastest stream compression is probably not worth it. But we upload in parallel, so that tips the balance back... Hard to tell without some benchmarks. "Optimal" upload parameters will definitely be informed by benchmarks. |
Since serialized BQM et al. data is not compressed in dimod anymore, look into benefits of compressing in transit.
The text was updated successfully, but these errors were encountered: