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

Feature/async decompression #3

Merged
merged 7 commits into from
Mar 7, 2021
Merged

Feature/async decompression #3

merged 7 commits into from
Mar 7, 2021

Conversation

lukeplausin
Copy link
Contributor

@lukeplausin lukeplausin commented Feb 27, 2021

Hi @leenr,

I found your project and thought it could help with a problem I had of parsing large compressed files on the fly. When I looked closer I was disappointed that it didn't support decompression, only compression. Later I saw that @Alviner had submitted a merge request some time ago but it hasn't been accepted because of some issues with the code.

I think this is a really useful module and I'd like to help add decompression functionality if I can. I've tried to address some of the issues which you brought up with his original merge request. Please let me know if there's anything else I can do to help get this merged.

Thanks

Resolves #2

Copy link
Owner

@leenr leenr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lukeplausin
Thank you for the contribution! Looks okay to me. Sorry I took so long to get to this PR.
Just want to give a heads up: this library has Public Domain license (CC0), see LICENSE file.
Are you okay with your contributions being released with this license?

@lukeplausin
Copy link
Contributor Author

Thanks @leenr

Yes I am happy with the license

@leenr leenr merged commit 3df0966 into leenr:master Mar 7, 2021
@leenr
Copy link
Owner

leenr commented Mar 7, 2021

1.1.0 has been released with this feature.

@lukeplausin lukeplausin deleted the feature/asyncDecompression branch March 15, 2021 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request - decompress stream
3 participants