Use with questions related to zstd library. This library is an open-source implementation of Zstandard, a lossless data compression algorithm developed by Yann Collet at Facebook.
Questions tagged [zstd]
91 questions
-1
votes
1 answer
ZSTD throws an exception if src is less than or equal to 4 bytes
can you help me to solve a problem with ZSTD library compression.
The thing is, when I tried to compress less than or equal to 4 bytes, the ZSTD_compress function returned me an exception
but if i change it from 4 bytes to 5 it will be fine
Pleaseā¦

Pavel12398
- 47
- 6