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

Add tests for PR #2998 / Issue #2997. Find a way to test the PR. Idea: 1. Run the `strace` command or something equivalent like a `bpftrace`. 2. Ensure that...

**Is your feature request related to a problem? Please describe.** I think Zstd might be able to benefit from Checksec. Checksec is a tool to examine output artifacts for hardening,...

Related to #2094 and maybe #2723, regarding ZSTD_d_stableOutBuffer. Using zstd 1.5.1 on win10 64bit, MSVC 2019. Context: I'm trying to use streaming zstd in a use case very similar to...

question

Setting to other log levels do work. Only level=2 (the default) is broken. This breaks things like GNU parallel. Removing the following line make it work again: ``` diff -pru...

* Centralize the logic about whether to print the progress bar or not in the `*_PROGRESS()` macros. * Centralize the logc about whether to print the summary line or not...

CLA Signed

``` 1#hdd-0.pvhd : 1179648 -> 128020 (x9.215), 543.1 MB/s, 1139.9 MB/s, 10 ms, 5 ms 2#hdd-0.pvhd : 1179648 -> 128579 (x9.174), 482.0 MB/s, 1197.9 MB/s 3#hdd-0.pvhd : 1179648 -> 160125...

Thank you for this amazingly powerful library. I think we (at https://github.com/vectorizedio/redpanda) may have a unique use case which appears to _almost_ be covered by the API, but there is...

question

It would be handy to have a memory estimation also in the multi-threaded compression mode: https://github.com/facebook/zstd/blob/2cdd33ae16915f738613143496e963c5a1be353d/lib/zstd.h#L1290

feature request
long-term

Instead of using packed attribute hack, just use aligned attribute. It is supported back to at least GCC 3, and __declspec(align) is apparently supported by all MSVC versions. GCC generates...

CLA Signed

Using the zstd command (version 1.5.1) to compress a file, and the compressed file does not have the same owner:group as that of the input file. File permissions are consistent,...

bug