Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
conor42 committed Jan 31, 2018
1 parent d9d1447 commit add600b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
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.

0 comments on commit add600b

Please sign in to comment.