summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-03-26 18:49:15 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-03-26 18:49:15 (GMT)
commit1ba37f378404f912fffe265a9506147695e158db (patch)
treeef8dee9cb3b7588d30dd9dd035b59b86623db476 /README.md
parent5780864c0ce08622238a267c46fb489d7066cad4 (diff)
downloadlz4-1ba37f378404f912fffe265a9506147695e158db.zip
lz4-1ba37f378404f912fffe265a9506147695e158db.tar.gz
lz4-1ba37f378404f912fffe265a9506147695e158db.tar.bz2
Reference format doc
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4d6b60a..f960e7d 100644
--- a/README.md
+++ b/README.md
@@ -54,3 +54,7 @@ Benchmark evaluates the compression of reference [Silesia Corpus](http://sun.aei
</tr>
</table>
+The LZ4 block compression format is detailed within [lz4_block_format.txt](lz4_block_format.txt).
+
+For streaming unknown amount of data and compress files of any size, a frame format has been published, and can be consulted within the file LZ4_Frame_Format.html .
+