zstd
zstd copied to clipboard
Zstandard - Fast real-time compression algorithm
**Describe the bug** A clear and concise description of what the bug is. Hi @Cyan4973 , Sorry for reporting this as a bug as i don't have a way to...
I have been benchmarking the decompression speed of ZSTD at various compression levels. The documentation states that the decompression speed doesn't change much with the compression level. While that is...
i have this zstd js https://github.com/101arrowz/fzstd to render decompressed zstd on browser. was wondering if there are "officially" supported english language / dictionary corpus (good enough for web use [and...
When building with mingw on Linux, an error occurs when running gen_html without the extension(.exe). ``` make[1]: ./gen_html: No such file or directory make[1]: *** [Makefile:43: ../../doc/zstd_manual.html] Error 127 make[1]:...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.1 to 3.25.11. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. Note...
**Describe the bug** When recursive decompression is used with -f to force, as the documentation states, it operates on links. However, the behavior of how it operates on links is...
When two threads are using a WorkQueue and the reader thread exits due to an error, it must call WorkQueue::finish() to wake up the writer thread. Otherwise, if the queue...
I am using zstd on Risc-V machines. I noticed that zstd_trace is disabled on Risc-V. After some investigating, I found this was because the zstd's weak symbol support was conservatively...
See: https://cmake.org/cmake/help/latest/command/target_link_options.html#command:target_link_options
**Is your feature request related to a problem? Please describe.** The current example in [`examples/dictionary_compression.c`](https://github.com/facebook/zstd/blob/dev/examples/dictionary_compression.c) assumes that the user has already created the dictionary via the CLI. I checked this...