@@ -7,6 +7,11 @@ You can install it in two ways:
771 . full setup with additions within the GUI and an modified an Explorer context menu
882 . just the codec plugin, which goes to your existing 7-Zip installation
99
10+ # Status
11+
12+ [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/j9cwlxqe1g21c4dj?svg=true )] ( https://ci.appveyor.com/project/mcmilk/7-zip-zstd )
13+ [ ![ Latest stable release] ( https://img.shields.io/github/release/mcmilk/7-Zip-zstd.svg )] ( https://github.com/mcmilk/7-Zip-zstd/releases )
14+
1015## Codec overview
11161 . [ 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.
1217 - Levels: 1..22
@@ -188,6 +193,14 @@ Codecs:
1881937z a archiv.7z -m0=bcj -m1=zstd -mx21 2nd Slowest Mode, with BCJ preprocessor on executables
1891947z a archiv.7z -m0=bcj -m1=zstd -mx22 Ultra Mode, with BCJ preprocessor on executables
190195```
196+
197+ ## Codec Plugin for Total Commander
198+ - download [ TotalCmd.7z] ( https://github.com/mcmilk/7-Zip-zstd/releases )
199+ - install it, by replacing the files ` tc7z.dll ` and ` tc7z64.dll ` with the new ones
200+ - you can check the Total Commander Forum for more information about this [ DLL Files] ( http://ghisler.ch/board/viewtopic.php?p=319216 )
201+ - decompression for [ Brotli] , [ Lizard] , [ LZ4] , [ LZ5] and [ ZStandard] ot the 7-Zip ` .7z ` format
202+ will work out of the box with Total Commander now :-)
203+
191204## Benchmarks
192205
193206For 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
198211- the testfile is generated via [ generate-mcorpus] ( https://github.com/mcmilk/7-Zip-Benchmarking/blob/master/generate-mcorpus )
199212![ Compression Speed vs Ratio] ( https://mcmilk.de/projects/7-Zip-zstd/dl/compr-v120.png " Compression Speed vs Ratio ")
200213![ Decompression Speed] ( https://mcmilk.de/projects/7-Zip-zstd/dl/decomp-v120.png " Decompression Speed per Level ")
214+ ![ Memory at Compression] ( https://mcmilk.de/projects/7-Zip-zstd/dl/MemCompr.png " Memory usage at Compression ")
215+ ![ Memory at Decompression] ( https://mcmilk.de/projects/7-Zip-zstd/dl/MemDecomp.png " Memory usage at Decompression ")
201216
202217## License and redistribution
203218
@@ -211,7 +226,8 @@ For the benchmarks I am using Windows 7 64bit on my Laptop which has the followi
211226 - result, will currently not included :(
212227
213228## Donate
214- If you find this project useful, you can...
229+
230+ You find this project useful, maybe you consider a donation ;-)
215231
216232[ ![ paypal] ( https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif )] ( https://www.paypal.me/TinoReichardt )
217233
@@ -224,7 +240,7 @@ If you find this project useful, you can...
224240 - [ LZ5] Version 1.5
225241 - [ ZStandard] Version 1.2.0
226242
227- /TR 2017-05-28
243+ /TR 2017-06-18
228244
229245[ 7-Zip ] :http://www.7-zip.org/
230246[ lzip ] :http://www.nongnu.org/lzip/
0 commit comments