go-zlib icon indicating copy to clipboard operation
go-zlib copied to clipboard

Ultra fast native zlib implementation for golang using cgo and the original zlib library written in C by Jean-loup Gailly and Mark Adler.

Results 2 go-zlib issues
Sort by recently updated
recently updated
newest added

What should I do if I don't know the uncompressed size? ReadBuffer takes too long if compressed data > 90kb with nil out, should I make a big enough out...

Dear @4kills, Can you update your code with the current original zlib code? - https://github.com/madler/zlib - https://github.com/madler/zlib/releases - https://zlib.net/ Thanks in advance.