Andrey Smirnov | 2e751df | 2017-07-25 09:56:03 -0700 | [diff] [blame] | 1 | config BR2_PACKAGE_ZSTD |
2 | bool "zstd" | ||||
3 | help | ||||
4 | Zstandard, or zstd as short version, is a fast lossless | ||||
5 | compression algorithm, targeting real-time compression | ||||
6 | scenarios at zlib-level and better compression ratios | ||||
7 | |||||
8 | The selection of other packages will enable some features: | ||||
9 | xz, lz4 and/or zlib will enable support for corresponding | ||||
10 | compression formats | ||||
11 | |||||
12 | https://facebook.github.io/zstd |