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

Compress data between peers #8

Open
damies13 opened this issue Nov 21, 2022 · 0 comments
Open

Compress data between peers #8

damies13 opened this issue Nov 21, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@damies13
Copy link
Owner

When sending/receiving data from peers/mirrors the data is sent as raw JSON, but this could be compressed to reduce the amount of data being transmitted and to speed up the data transfer.

Propose using LZMA compression as we already used this for data storage, no new libraries required

@damies13 damies13 added the enhancement New feature or request label Nov 21, 2022
damies13 added a commit that referenced this issue Nov 21, 2022
Exception: a bytes-like object is required, not 'str'
Issue #8
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