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 and hash/adler32.
p.d: Thanks for your work! Having golang/go#11030 resolved in an external library compatible with 1.4 is awesome!
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/flateandhash/adler32.p.d: Thanks for your work! Having golang/go#11030 resolved in an external library compatible with 1.4 is awesome!