zstd
zstd copied to clipboard
Zstandard - Fast real-time compression algorithm
**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.
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...
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:...
- don't make running the valgrind tests mandatory - mark known-broken test on Windows, to work around #3119
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....
**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...