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

FreeBSD has md5sum in the base system. It also avoids the [hack for gmd5sum](https://github.com/freebsd/freebsd-ports/blob/main/archivers/zstd/Makefile#L22). Reference: https://man.freebsd.org/cgi/man.cgi?query=md5sum

CLA Signed

**Describe the bug** CMake build with ninja on MSVC 2022 (vs17) failed with error: `C:\sdk\src\zstd\build\VS2010\libzstd-dll\libzstd-dll.rc(4): fatal error C1083: Cannot open include file: 'zstd.h': No such file or directory` **To Reproduce**...

build

[D101338](https://reviews.llvm.org/D101338) landed in 2021, so clang16 should have it

CLA Signed

by updating msys2 action (see https://github.com/facebook/zstd/actions/runs/8444691963 for an example of deprecation warning)

CLA Signed

**Describe the bug** Clicking the website URL on GitHub repository displays a warning if browser is in HTTPS-only mode **To Reproduce** Click the website URL on the repository sidebar: ![Screenshot_20240327_192904](https://github.com/facebook/zstd/assets/180032/b6fe97c2-bf96-48fc-aaac-1abd0c1c0d4d)...

Hey guys, Could cmake and/or meson/ninja be added as an additional build tool? Meson is probably the most convenient at this point. Nobody wants to do GNU configure anymore it...

build

This rewrites the FSE Table Description section in a more descriptive and exhaustive style that I think will be clearer to implementers. Main changes: - Removed examples, instead specifies exactly...

CLA Signed

It's very weird issue, but currently we have ambiguity between "mem.h" from ZSTD and from Embarcadero RAD Studio (C++ Builder which is actually based on clang) See: https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Memset,_wmemset Currently it...

**Describe the bug** The parallel compression example does not seem to be working in parallel. It runs on a single thread only, regardless of how many threads are requested. **To...