Skip to content

To compress or not to compress? #5

@rabernat

Description

@rabernat

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions