mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 04:07:12 -06:00
update README and version numbers for new release R7
- build also an 7z.dll which is compatible with the default 7-Zip installation
This commit is contained in:
20
README.md
20
README.md
@@ -7,6 +7,11 @@ You can install it in two ways:
|
||||
1. full setup with additions within the GUI and an modified an Explorer context menu
|
||||
2. just the codec plugin, which goes to your existing 7-Zip installation
|
||||
|
||||
# Status
|
||||
|
||||
[](https://ci.appveyor.com/project/mcmilk/7-zip-zstd)
|
||||
[](https://github.com/mcmilk/7-Zip-zstd/releases)
|
||||
|
||||
## Codec overview
|
||||
1. [Zstandard] v1.2.0 is a real-time compression algorithm, providing high compression ratios. It offers a very wide range of compression / speed trade-off, while being backed by a very fast decoder.
|
||||
- Levels: 1..22
|
||||
@@ -188,6 +193,14 @@ Codecs:
|
||||
7z a archiv.7z -m0=bcj -m1=zstd -mx21 2nd Slowest Mode, with BCJ preprocessor on executables
|
||||
7z a archiv.7z -m0=bcj -m1=zstd -mx22 Ultra Mode, with BCJ preprocessor on executables
|
||||
```
|
||||
|
||||
## Codec Plugin for Total Commander
|
||||
- download [TotalCmd.7z](https://github.com/mcmilk/7-Zip-zstd/releases)
|
||||
- install it, by replacing the files `tc7z.dll` and `tc7z64.dll` with the new ones
|
||||
- you can check the Total Commander Forum for more information about this [DLL Files](http://ghisler.ch/board/viewtopic.php?p=319216)
|
||||
- decompression for [Brotli], [Lizard], [LZ4], [LZ5] and [ZStandard] ot the 7-Zip `.7z` format
|
||||
will work out of the box with Total Commander now :-)
|
||||
|
||||
## Benchmarks
|
||||
|
||||
For the benchmarks I am using Windows 7 64bit on my Laptop which has the following Hardware:
|
||||
@@ -198,6 +211,8 @@ For the benchmarks I am using Windows 7 64bit on my Laptop which has the followi
|
||||
- the testfile is generated via [generate-mcorpus](https://github.com/mcmilk/7-Zip-Benchmarking/blob/master/generate-mcorpus)
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## License and redistribution
|
||||
|
||||
@@ -211,7 +226,8 @@ For the benchmarks I am using Windows 7 64bit on my Laptop which has the followi
|
||||
- result, will currently not included :(
|
||||
|
||||
## Donate
|
||||
If you find this project useful, you can...
|
||||
|
||||
You find this project useful, maybe you consider a donation ;-)
|
||||
|
||||
[](https://www.paypal.me/TinoReichardt)
|
||||
|
||||
@@ -224,7 +240,7 @@ If you find this project useful, you can...
|
||||
- [LZ5] Version 1.5
|
||||
- [ZStandard] Version 1.2.0
|
||||
|
||||
/TR 2017-05-28
|
||||
/TR 2017-06-18
|
||||
|
||||
[7-Zip]:http://www.7-zip.org/
|
||||
[lzip]:http://www.nongnu.org/lzip/
|
||||
|
||||
Reference in New Issue
Block a user