We want to use `fzstd` to better compress and decompress small piece of data with as high compression rate as possible. Currently we are already using `fflate`, but we figure that zstd may achieve higher compression rate than deflate in our case.
We want to use
fzstdto better compress and decompress small piece of data with as high compression rate as possible.Currently we are already using
fflate, but we figure that zstd may achieve higher compression rate than deflate in our case.