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

To compress or not to compress? #5

Open
rabernat opened this issue Jan 24, 2023 · 0 comments
Open

To compress or not to compress? #5

rabernat opened this issue Jan 24, 2023 · 0 comments

Comments

@rabernat
Copy link
Member

Right now we are returning raw, uncompressed chunks to the client. We could instead recompress them.

Whether this improves performance is very difficult to guess without some systematic benchmarking. Basically, it is a tradeoff. Compressing means more CPU work for both client and server, but potentially less data to transfer.

Just flagging this as a potential area for future work.

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

No branches or pull requests

1 participant