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

**Describe the bug** Multiple places through the code-base reference the existing dual licensing nature of the project.. Although the references are pretty vague - here is an example form the...

They are effectively useless and their presence is misleading. At the minimum we should mark them deprecated with an explanation of why they don't do what you might expect.

good first issue

I was trying to use cmake for building the RPM for openSUSE and the test `playTests` fails on ppc64. Here is the [log of the test](https://github.com/facebook/zstd/files/8645346/test_ppc64.log) and here is the...

**Is your feature request related to a problem? Please describe.** I need to use this library to build RocksDB. We use bazel to build everything, which means zstd must build...

feature request
help wanted
build

Split out from #2950 Currently, the official Makefiles statically link the CLI tool `zstd` against the library objects. This has an immediately crucial purpose: the tool links against some private...

In the Meson WrapDB integration CI, we try to run the build && test on all 3 major OSes. On Windows, one of the tests fails. Logs: https://github.com/mesonbuild/wrapdb/runs/6086663524?check_suite_focus=true Relevant bits:...

bug
release-blocking

- don't make running the valgrind tests mandatory - mark known-broken test on Windows, to work around #3119

CLA Signed

I tried to build zstd on WinXP using MinGW-W64 7.3.0. After minor changes in CMakeLists everything seemed to be fine. But when I tried to run zstd.exe, it silently crashed....

Portability

**Describe the bug** Zstandard crashes with SIGABRT if called with --train but without any files specified. **To Reproduce** Steps to reproduce the behavior: tar c * | zstdmt --train -o...

The problem is that these days, with huge hard disks being so cheap and so common is not unusual to forget about files you already saved and copy them again...

feature request
long-term