zstd
zstd copied to clipboard
Zstandard - Fast real-time compression algorithm
Hi, people of reddit asked (https://old.reddit.com/r/kernel/comments/xp2o53/why_is_the_version_of_zstd_in_the_kernel_outdated/) about updating the linux port of zstd to newer version. This has been promised back then when 1.4.10 was synced a year ago and...
The zstd_common module was added upstream in commit https://github.com/torvalds/linux/commit/637a642f5ca5e850186bb64ac75ebb0f124b458d. But the kernel specific code was inlined into the library. This commit switches it to use the out of line method...
**Describe the bug** I am trying to compress a directory containing files of size ~= 2.5GiB via `mksquashfs /input/path/* /path/to/output.img -comp zstd -b 256K -noappend -Xcompression-level 22` `/path/to/output.img` is inside...
**Is your feature request related to a problem? Please describe.** I'd like a switch or two in the CLI to verify that a given file matches the compressed .zst file...
Disable this test on Windows because it runs a bash script. I'm not sure of a way to easily determine if the shell is bash, so I have just disabled...
Apparently, zstd-pgo target was broken at least for gcc compiler since the commit that introduced BUILD_DIR for programs subdirectory. Starting with that commit, the object directory used for generating profile...
**Describe the bug** Defining `ZSTD_DISABLE_ASM` results in consistently faster decoding performance. **To Reproduce** 1. Get a Zen 2 CPU 2. `#define ZSTD_DISABLE_ASM` in portability_macros.h (for simplicity) 3. Observe results ```...
This avoids target namespace pollution when including zstd as a sub-project.
musl libc for example has no such header. Signed-off-by: Rosen Penev