zstd
zstd copied to clipboard
Zstandard - Fast real-time compression algorithm
Fix for https://github.com/facebook/zstd/issues/3070 Notes: In cases where the inputs are not well formed in terms of suffix (or non numerical prefix) the program will warn and use a default value....
Signed-off-by: Jun He Change-Id: I3449ea423d5c8e8344f75341f19a2d1643c703f6
T106302328 wants us to update to "`Meta Platforms, Inc. and affiliates`". In addition, I cleaned up some lagging year ranges, rewriting their ends to "`present`". If there's a reason it...
```` Dear zstd maintainer, the manpage-l10n project maintains a large number of translations of man pages both from a large variety of sources (including zstd) as well for a large...
Taken from Debian package, see https://bugs.debian.org/962676 If it would be merged, we Debian can reduce distro-specific patches. Please consider applying, thanks.
**Describe the bug** The Makefile is very unclear about the destination directory. **To Reproduce** Extract the tarball and run "make" and then "make install" seems to try to create files...
Data generated by this script: ```python3 import random rd = random.Random() rd.seed(0) HIGH_ENTROPY = bytes(rd.randint(0, 200) for _ in range(10_000_000)) * 10 with open("med.bin", "wb") as f: f.write(HIGH_ENTROPY) ``` gzip...
When I compile the ZSTD code under a VxWorks 6.9 environment, using the gnu compiler version 4.3.3 I see the following error reported when it attempts to compile the zstd_lazy.c...
Rsyncable mode still uses the multiplicative rolling hash. It would likely get a large speedup by switching to the gear hash.
I'm a maintainer on QEMU's migration code; and we recently found out the hard way that ZLib requires the input data to be stable during compression; and I'd like to...