Difference between revisions of "LZ4"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Draft}} | {{Draft}} | ||
− | [[wikipedia:LZ4 (compression algorithm)]] | + | [[wikipedia:LZ4 (compression algorithm)]] ([[2011]]) |
A: Start with LZ4 (Snappy if LZ4 is not available) for all levels for good performance. If you want to further reduce data size, try to use Zlib in the last level. | A: Start with LZ4 (Snappy if LZ4 is not available) for all levels for good performance. If you want to further reduce data size, try to use Zlib in the last level. | ||
Line 12: | Line 12: | ||
* <code>[[zpool get all]]</code> | * <code>[[zpool get all]]</code> | ||
* [[Yann Collet]] | * [[Yann Collet]] | ||
+ | * [[tar]] | ||
== See also == | == See also == |
Latest revision as of 17:09, 15 October 2024
This article is a Draft. Help us to complete it.
wikipedia:LZ4 (compression algorithm) (2011)
A: Start with LZ4 (Snappy if LZ4 is not available) for all levels for good performance. If you want to further reduce data size, try to use Zlib in the last level.
Implementation[edit]
Related terms[edit]
See also[edit]
- Data compression: LZMA,
xz, unxz
,xz -t, xz -q, xz -T0, xz -9, zstd
, Igor Pavlov
Advertising: