-
Notifications
You must be signed in to change notification settings - Fork 321
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
Integrate golang/go#11030 #2
Comments
I added zlib. Thanks for the suggestion. I based the code on 1.4.2, so I actually don't think the patch above is included. However, it seems like it would be trivial to do so. |
(changing the title) |
klauspost
changed the title
Question: no compress/zlib support?
Integrate golang/go#11030
Jul 28, 2015
Merged, all tests pass. |
Woah, that was amazingly fast! Thank you very much! |
Yes, it was mostly changes to Inflate, which I haven't touched. |
klauspost
pushed a commit
that referenced
this issue
Oct 11, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
I just found your project, also skimmed over pgzip. Is zlib support somewhat planned or it's just not worth it? After checking zlib's source code it's just 150 lines of extensive use of
compress/flate
andhash/adler32
.p.d: Thanks for your work! Having golang/go#11030 resolved in an external library compatible with 1.4 is awesome!
The text was updated successfully, but these errors were encountered: