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

Decompress after reading in blocks #19

Closed
tlnagy opened this issue Jan 8, 2021 · 3 comments
Closed

Decompress after reading in blocks #19

tlnagy opened this issue Jan 8, 2021 · 3 comments
Labels
enhancement New feature or request performance

Comments

@tlnagy
Copy link
Owner

tlnagy commented Jan 8, 2021

As identified in #17, a key area of weakness is my strategy for inflating compressed data. Currently, I inflate while reading the data, which is likely slower than reading a contiguous block followed by in-memory inflation. Plus, I should consider spinning out (some of) the compression code into separate package for reusability sake.

@tlnagy
Copy link
Owner Author

tlnagy commented Apr 2, 2021

Plus, I should consider spinning out (some of) the compression code into separate package for reusability sake.

The compression code is being moved over to https://github.com/tlnagy/Balloons.jl

@chrstphrbrns
Copy link
Contributor

#127 implements chunked input

@tlnagy
Copy link
Owner Author

tlnagy commented Jan 9, 2024

Agreed, this issue is mostly superfluous in v0.8.0+

@tlnagy tlnagy closed this as completed Jan 9, 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 performance
Projects
None yet
Development

No branches or pull requests

2 participants