zstd icon indicating copy to clipboard operation
zstd copied to clipboard

Zstandard - Fast real-time compression algorithm

Results 367 zstd issues
Sort by recently updated
recently updated
newest added

I'm trying to compile it as a static library for multiple platforms and it fails on MSVC with the error " CXX: needs to be enabled before use." with this...

build

cpu cores even in lxc containers Address issue #4510

CLA Signed

## Fixes #4380 - Use `pathname[len-1]` instead of `pathname[len]` to compare/modify last character instead of null terminator - Move `len == 0` check to inside loop to avoid OOB

CLA Signed

I have some suggestions to improve the manual (`man zstd`) and an error message. After this manual section: ~~~ • -T#, --threads=#: Compress using # working threads (default: 1). If...

documentation

1. Install the .dll into bin/ not lib/ 2. Install the .dll.a import library into lib/ 3. Do not attempt to create symlinks for so-versioned binaries 4. Incorporate the LIBVER_MAJOR...

CLA Signed

**To Reproduce** clone the repo cd build/cmake `cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX='C:\' -DCMAKE_SKIP_INSTALL_RPATH:BOOL=1 -G Ninja -DBUILD_SHARED_LIBS=1 ` cmake --build build `ninja: error: build.ninja:923: multiple rules generate lib/zstd.lib` error...

On my i7-6850K zstdmt claims there is only 6 cores available. But cpuinfo shows 12 cores, and `siblings`, command `grep -c processor /proc/cpuinfo` also shows 12. **To Reproduce** Steps to...

Hey all zstd developers! I have a great result using zstd compression on Armadillo 64-bit uvec of integers. It is very fast and beats gzip in terms of both speed...

I recall we had discussed cross-promoting OpenZL in this way, but I don't recall where we landed. What do you think of a mention like this?

CLA Signed

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Downloads data '...' 2. Run '...' with flags '...'...