lz4
lz4 copied to clipboard
LZ4 compression and decompression in pure Go
I want to decompress data from java net.jpountz.lz4 compress, but failed : lz4: invalid source or destination buffer too short
This isn't so much a pull request as a bug report via failed test case. The added test case works and passes on 64 bit architectures (linux/amd64 and darwin/arm64). It...
Mark.Twain-Tom.Sawyer* appears to be from Project Gutenberg, especially given that Jose Menendez is involved. If this is the case, would you please restore the Project Gutenberg header? Alternatively, please document...
Hi, At this time it looks like no one else currently has time/motivation to package v4 in Debian, so I'm giving it a shot. The only blocker that I encountered...
I try to use your lib within a data collection HTTP endpoint by injecting the `http.ResponseWriter`. As a result, the endpoint provides a tar.lz4 file which is served very cool...
Using 677f6a5a5b2ebbfee631cb910a0ff9b0dd753523. A large number of `io.Reader` errors are transient and non-fatal. However, `lz4.Reader` currently remembers all underlying reader errors and fails to make progress once one has been encountered....
Trying to follow the installation instructions from the README: ``` $ go install github.com/pierrec/lz4/v4/cmd/lz4c go install: version is required when current directory is not in a module Try 'go install...
Found something that seems like a regression. The use case is that you have an underlying buffer wrapped by the lz4 writer that you write to a bit and then...
Moving discussion from https://github.com/anatol/booster/issues/117 If I feed a large input into legacy writer it produces output that neither Linux kernel nor `lz4` tool likes. To reproduce the problem generate a...
It would be great to add tests to make sure this library is compatible with `lz4` C library (that can be considered here as a reference implementation). Add a test...