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 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: