Difference between revisions of "LZ4"

From wikieduonline
Jump to navigation Jump to search
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Draft}}
 
{{Draft}}
 +
[[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.
  
  
 +
== Implementation ==
 +
* [[Linux Kernel]]
 +
* [[Hadoop]]
 +
 +
== Related terms ==
 +
* <code>[[zpool get all]]</code>
 +
* [[Yann Collet]]
  
 
== See also ==
 
== See also ==

Latest revision as of 14:10, 22 September 2020

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]

Advertising: