Replies: 3 comments 6 replies
-
Blocks are only really used as an internal structure. I have never seen them used standalone. And they are limited to 128KB. This library does not expose any block encoder/decoder. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @klauspost, I meant the stream method to this and block to this ( In my local experiment for multiple 100MB data, the two methods do not seem very different. So, which method is preferable based on the origin target size to be compressed? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to the Zstd description, There are two methods provided: stream and block.
Is there a recommended selection based on the data size to be compressed? (e.g., for the size 100MB, which one is better).
In the first statement in
Blocks
section,Providing a more detailed description or an approximate number would be helpful, especially for newcomers.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions