Difference between revisions of "LZ4"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
  
 
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]]
  
  

Revision as of 14:07, 22 September 2020

This article is a Draft. Help us to complete it.

wikipedia:LZ4 (compression algorithm)

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


Related terms

See also

Advertising: