zstd
zstd copied to clipboard
Zstandard - Fast real-time compression algorithm
Hello, I saw that on the README there is a benchmark where zstd will be compared against zlib 1.2.11. I would appreciate if you would compare zstd against the latest...
**Is your feature request related to a problem? Please describe.** I have a tar archive containing periodic full backups of the same database. Each backup is very similar to the...
**Is your feature request related to a problem? Please describe.** `Zstd` is currently used for Zram/Zswap compression as the default in a lot of places. However, it has quite a...
I have some binary files which are essentialy identical, but zstd on level 22 is waaay slower on some of those files: fast0.bin : 325949144 -> 2216950 (x147.03), 16.6 MB/s,...
**Is your feature request related to a problem? Please describe.** Hi, How to minimize the binary size of libzstd when build with cmake , I've tried both cmake and make,...
Hi team, We are integrating zstd + shared compression dictionaries at Roblox for serving feature flag payloads! We think this is a good use case because the payload looks similar...
The current ZStandard Manual states the following: > ***Block level API (deprecated)*** > If the normal API doesn't provide the functionality you need, please open a GitHub issue. So here...
> This API is not as well tested as our normal API, so we recommend not using it. > We will be removing it in a future version. If the...
1. Is v1.5.6 slower than v1.5.1? As per https://github.com/facebook/zstd/tree/dev?tab=readme-ov-file#benchmarks the results for v1.5.6 is worse than v1.5.1 https://github.com/facebook/zstd/blob/v1.5.1/README.md at `--fast=3`. ``` zstd 1.5.1 --fast=3 2.239 670 MB/s zstd 1.5.6 --fast=3...
Fix register %rbx is only available in 64-bit mode The previous PR is in #4116