-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
__7-Zip-FL2__ is a fork of mainline 7-Zip which uses the [Fast LZMA2 Library] as the | ||
default compressor. | ||
|
||
[Fast LZMA2 Library]: https://github.com/conor42/fast-lzma2 | ||
|
||
### Additional Matchfinder | ||
|
||
7-Zip-FL2 adds a new matchfinder option, -mmf=RMF, provided by the Fast LZMA2 library. | ||
RMF is the default for LZMA2 in this version. To use the other matchfinders in the | ||
console version, specify -mmf=HC4 (level 1 - 4) or -mmf=BT4 (level 5+) on the command | ||
line. | ||
|
||
The help file in this release has not been updated with information about RMF. | ||
|
||
### Status | ||
|
||
The command-line version has been subjected to automated testing on sets of files | ||
chosen at random. The FL2 component has passed heavy fuzz testing. Even so, this | ||
software has no warranty and both 7-Zip 18.01 and FL2 0.9.0 are beta versions. |