Questions tagged [zstd]

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.

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
1 2 3 4 5 6
7