snappy icon indicating copy to clipboard operation
snappy copied to clipboard

The Snappy compression format in the Go programming language.

Results 17 snappy issues
Sort by recently updated
recently updated
newest added

Hi team, we met an error `snappy: corrupt input` while using snappy to compress through a TCP connection. ### How we build the connection: On the source side: ``` conn.reader...

I have an application which writes large volume of data to Victoria Metrics using prometheus remote write API. The API specs requires compressing the data being written using snappy encoding....

Hey, I try to use snappy with golang, I see JS and Java has a function named `isValidCompressed` which can validate the encoded buffer, but I can't see that function...

I've encountered an issue with the golang/snappy library where I'm unable to decompress a Snappy compressed JSON file. The error I receive is Failed to decompress content: snappy: corrupt input....

Hello, From my simple benchmark for a util that is using snappy/gzip for compression, I noticed that snappy is 10x faster than gzip in compression, but it's slower by 2x...

The comment (and docs) to `NewBufferedWriter` state that "Users must call Close to guarantee all data has been forwarded to the underlying io.Writer": https://github.com/golang/snappy/blob/674baa8c7fc30da5df3074a459494a7e6b427dff/encode.go#L132 However, in looking at the Flush/Close...

golang ![image](https://user-images.githubusercontent.com/10923974/203768279-18e79669-f04a-4287-a86f-078610d78cf0.png) java ![image](https://user-images.githubusercontent.com/10923974/203768365-dcc8ad05-ab03-448e-a083-09704d0b9cf6.png)