You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
I noticed that the
bzip2
algorithm is available only in thedecompress
processor and I'm guessing this is because the Go standard lib doesn't have an implementation forbzip2
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".
The text was updated successfully, but these errors were encountered: