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** Build of assembly sources fails if cmake is invoked with `-DCMAKE_ASM_COMPILER=as` using the `as` from GNU binutils. My version of `as` is 2.38. It also fails in...

**Describe the bug** Building zstd can fail depending on how LDFLAGS is passed to make. **To Reproduce** Steps to reproduce the behavior: 1. Download source code. 2. Run `make LDFLAGS="-L/some/extra/dir"`...

build issue

Opening an issue because I have exhausted the docs and am still not sure how to go about this. ## Context I'm trying to train a dictionary on a relatively...

question

When `timespec_get()` was unavailable, `timefn` unit would fall back to `clock_t`, which is unfortunately not good enough to measure speed in multi-threading scenarios. @jbeich proposes a patch which re-enable `clock_gettime()`...

CLA Signed

## How to reproduce: Here is me trying to compress the same pipeline. First with `-19`: ``` $ cat log.txt | zstd -c -vv -19 > log.txt.19.zst *** zstd command...

enhancement
help wanted
good first issue

It seems like every release we make some kind of little mistake with the naming or contents of the windows artifacts. See #3012 and #3001 recently. We should improve our...

help wanted
release-blocking

fix segfault error identified by @eli-schwartz when running `zstreamtest` with `MALLOC_PERTURB_`. The quicker solution is to use `calloc` instead of `malloc` to ensure proper initialization. I don't anticipate any speed...

CLA Signed

I am compressing 1G JSON file, with zstd command, and getting 27.55 MB file (2.75% compression ratio - very impressive!!!!). When I am compressing same file, breaking input into 1MB...

question

**Describe the bug** CLI parameters which are intended to accept numerical values (including those which take on optional suffix to denote the magnitude of the value) do not check that...

good first issue

Users find it difficult to understand the supported compression levels, especially around negative levels. See https://news.ycombinator.com/item?id=31429308

documentation