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

bzip2 support in the compress processor? #803

Open
mihaitodor opened this issue Jun 18, 2021 · 0 comments
Open

bzip2 support in the compress processor? #803

mihaitodor opened this issue Jun 18, 2021 · 0 comments
Labels
enhancement processors Any tasks or issues relating specifically to processors

Comments

@mihaitodor
Copy link
Collaborator

I noticed that the bzip2 algorithm is available only in the decompress processor and I'm guessing this is because the Go standard lib doesn't have an implementation for bzip2 compression. Do you think it might be useful to have this added through a 3rd party lib?

Doing a bit of digging, I saw there's some talk of having https://github.com/dsnet/compress/tree/master/bzip2 eventually included in the standard lib (discussions here and here), but the implementation is complex and they haven't bothered yet "due to a lack of knowledgeable reviewers".

@Jeffail Jeffail added enhancement processors Any tasks or issues relating specifically to processors labels Jun 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement processors Any tasks or issues relating specifically to processors
Projects
None yet
Development

No branches or pull requests

2 participants