Hello, when I use zstd dictionary compression to compress 32Byte data, even the data are all the same, and I remove the magic, dictID and checksum in the result, the final compressed result is still 12byte. I found that only 1byte is a reference to the real data. Others are redundant metadata. Is there any way to reduce these redundant metadata?
Hello, when I use zstd dictionary compression to compress 32Byte data, even the data are all the same, and I remove the magic, dictID and checksum in the result, the final compressed result is still 12byte. I found that only 1byte is a reference to the real data. Others are redundant metadata. Is there any way to reduce these redundant metadata?