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

https://github.com/facebook/zstd/issues/3762 seems to show that it doesn't perform as well as we though it would in many cases. It makes sense to at least allow users to disable them at...

CLA Signed

using zstd 1.5.5, latest version as of writing prepare an int array(each int occupies 4 bytes, little endian) `[0,30,60,90,...]` 65536 ints, 65536*4 bytes then compress it using various compression levels(simple...

question

I hope to provide a cross compiled script for Android

help wanted
build

If the sources for zstd is located on a read-only filesystem (readonly NFS for instance), even with BUILD_DIR set to a writeable directory, the build will fail: make: Entering directory...

feature request
build

the environment variables already have -T settings, and compression levels. I would like to see there also --adapt

feature request

**Hi, we need a ZStd JavaScript library so that it can be incorporated into web projects** **Is your feature request related to a problem? Please describe.** A clear and concise...

**Describe the bug** There are bunch of warnings from `zstd.h` in the following form when compiling: > Definition of configuration mac 'ZSTDLIB_VISIBLE' has no effect on the import of 'libzstd';...

build

**Is your feature request related to a problem? Please describe.** The [MacPorts](http://macports.org) project builds zstd using [make](https://github.com/macports/macports-ports/blob/master/archivers/zstd/Portfile). There are [various reasons](https://lists.macports.org/pipermail/macports-dev/2023-May/045008.html), not the least of which is that, according to...

build

Prevent building x86_64 ASM from Solaris x86_64

CLA Signed