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

The standard `zstd` tool has a `--stream-size` option so the file size can be set for streamed compression. However, `pzstd` doesn't support this option, so any file compressed with `pzstd`...

feature request
help wanted
good first issue

This flag is not universally supported in `sed`, and there's no regex replacement going on anwyays, it's literal text replacement. `-E` is missing in `sed` version 4.1.5 for example, as...

CLA Signed

In `zstd_manual.html:872`, describing `ZSTD_DCtx_loadDictionary`: > The dictionary remains valid for all future frames, until explicitly invalidated However, in `ZSTD_CCtx_loadDictionary_advanced` (`zstd_compress.c:1123` which `ZSTD_DCtx_loadDictionary` wraps around), this seems not to be true:...

question

essentially a noop for the compiler-parsable portion of the code base [_edit_] so I also left an additional `assert()` which seems to fire. Let's understand why ...

CLA Signed

zlib offers a set of file access functions: `gzopen`, `gzread,` `gzwrite`, and about 20 others. Essentially, these are convenience wrappers which compress, buffer, and interact with the filesystem. Would love...

enhancement

**Describe the bug** when build with https://github.com/mstorsjo/llvm-mingw and CMAKE, zstd make app crash with `AddressSanitizer: use-after-poison on address` **To Reproduce** Steps to reproduce the behavior: 1. download llvm mingw for...

release-blocking

This includes implementations of a generic C version of [fast decode](https://github.com/facebook/zstd/pull/2722) and a tuned 4x1 assembly version for Arm. For silesia, observed 3.9% for sao, ~2% for mozilla/ooffice/osdb/x-ray. As the...

CLA Signed

How can I monitor zstd's memory usage and cpu usage? Are there any tools I can use? Thank you very much if you can solve my confusion~

question

zstd 1.5.2 doesn't reduce the Windows Size from 2 GiB to 1 GiB, if file size is exactly 1 GiB. **To Reproduce** ``` FSUtil File CreateNew 1024 0x40000000 zstd --long=31...

good first issue