zstd
zstd copied to clipboard
Zstandard - Fast real-time compression algorithm
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
**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**...
[D101338](https://reviews.llvm.org/D101338) landed in 2021, so clang16 should have it
by updating msys2 action (see https://github.com/facebook/zstd/actions/runs/8444691963 for an example of deprecation warning)
**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: ...
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...
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...
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...