summaryrefslogtreecommitdiffstats
path: root/programs/lz4.1.md
diff options
context:
space:
mode:
authorJennifer Liu <jenniferliu620@fb.com>2018-06-26 00:46:39 (GMT)
committerJennifer Liu <jenniferliu620@fb.com>2018-06-26 00:46:39 (GMT)
commit536b79afd916d65c472a7157390ef621ee967771 (patch)
tree5dafb6f2c54f166a9f9730ea1c5264df08c8a5fa /programs/lz4.1.md
parent78978d655d0197f46a04ea4788a601d19afa9e7a (diff)
downloadlz4-536b79afd916d65c472a7157390ef621ee967771.zip
lz4-536b79afd916d65c472a7157390ef621ee967771.tar.gz
lz4-536b79afd916d65c472a7157390ef621ee967771.tar.bz2
Added --fast command to cli
Diffstat (limited to 'programs/lz4.1.md')
-rw-r--r--programs/lz4.1.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/programs/lz4.1.md b/programs/lz4.1.md
index a5168e9..d4eaf8a 100644
--- a/programs/lz4.1.md
+++ b/programs/lz4.1.md
@@ -156,6 +156,13 @@ only the latest one will be applied.
* `-BD`:
Block Dependency (improves compression ratio on small blocks)
+* `--fast[=#]`:
+ switch to ultra-fast compression levels.
+ If `=#` is not present, it defaults to `1`.
+ The higher the value, the faster the compression speed, at the cost of some compression ratio.
+ This setting overwrites compression level if one was set previously.
+ Similarly, if a compression level is set after `--fast`, it overrides it.
+
* `--[no-]frame-crc`:
Select frame checksum (default:enabled)