zstd icon indicating copy to clipboard operation
zstd copied to clipboard

Zstandard - Fast real-time compression algorithm

Results 283 zstd issues
Sort by recently updated
recently updated
newest added

https://github.com/facebook/zstd/blob/0ff651dd876823b99fa5c5f53292be28381aee9b/lib/compress/zstd_compress.c#L238-L249 We haven't historically strongly guarantee reproducibility across compilations on different systems. However, we've been moving in this direction. We should consider removing this source of difference, either by default...

A pointer variable named dst is defined at line 3461 in the file /zstd/lib/compress/zstd_compress.c and a new dynamic memory area is allocated to it using the function ZSTD_customMalloc. If the...

Hi, Due to the issue fixed in #4019 cmake builds for windows+msvc currently fail for zstd 1.5.6 (the currently newest release). It'd be nice to be able to build the...