compress
compress copied to clipboard
Collection of compression related Go packages.
I've faced issues with standard linux `unzip` being unable to unzip the file that I create programmatically with xflate compression. I decided to repro on a smaller case and got...
it hasn't been updated for a while, is it stable yet? if it is, hope it can merged upstream and fix https://github.com/golang/go/issues/4828
Please close this if/when brotli encoder is implemented. Nice work btw!
cc9eb1d with https://github.com/dsnet/compress/pull/64 applied fails brotli tests when built on Fedora rawhide ppc64le arch: ``` GOPATH=/builddir/build/BUILD/compress-cc9eb1d7ad760af14e8f918698f745e80377af4f/_build:/usr/share/gocode + go test -buildmode pie -compiler gc -ldflags '-extldflags '\''-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\'''...
I'm currently converting a python tool that uses bzip2 for compression to go. I stumbled upon missing bzip2 compression in golang and found your package (thanks for implementing it!). Yet,...
Hi there, I was trying to package your project for Debian, I have few questions for [dfsg compatibility](https://wiki.debian.org/DFSGLicenses): How is this binary file (testdata/binary.bin) generated ? What is the copyright...
I was playing with [bgzf](https://github.com/biogo/hts/bgzf) archives and it was fairly easy to use `bgzf.Reader` in `bufio.Reader` so the the archive could be read in chunks. In one pass I would...
Stuck while getting this package, i ve waited for a long time
add seek test case
Specifically https://nvd.nist.gov/vuln/detail/CVE-2021-29482