diff options
Diffstat (limited to 'system/lz4/README')
-rw-r--r-- | system/lz4/README | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/system/lz4/README b/system/lz4/README deleted file mode 100644 index f97be58647a28..0000000000000 --- a/system/lz4/README +++ /dev/null @@ -1,9 +0,0 @@ -lz4 (compression algorithm) - -LZ4 is lossless compression algorithm, providing compression speed at -400 MB/s per core (0.16 Bytes/cycle). It also features an extremely fast -decoder, with speed in multiple GB/s per core (0.71 Bytes/cycle). A high -compression derivative, called LZ4_HC, is also provided. It trades CPU -time for compression ratio. - -This build includes liblz4 and the command-line lz4 tools. |