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

Load brotli from hyparquet-compressors asynchronously when needed to reduce the size of the bundles #56

Open
severo opened this issue Nov 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@severo
Copy link
Contributor

severo commented Nov 21, 2024

See #46 (comment)

A good chunk of the remaining is for hyparquet-compressors which has decompressors for brotli which unfortunately have pretty big lookup table which doesn't compress. We could potentially load async when needed, since most parquet files use snappy compression and others are rare.

Maybe related: #15 (expose the worker as a separate file instead of inlining it)

@severo severo added the enhancement New feature or request label Nov 21, 2024
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