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
{{ message }}
This repository was archived by the owner on May 4, 2026. It is now read-only.
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.
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.