Skip to content

Commit

Permalink
Compression: ppmd:512->384mb in order to guarantee extraction on most…
Browse files Browse the repository at this point in the history
… of windows installations

git-svn-id: https://freearc.svn.sourceforge.net/svnroot/freearc@529 3a4f7f31-9599-433d-91b1-573e8b61252c
  • Loading branch information
bulatz committed Aug 22, 2009
1 parent 21b0cf9 commit fffbdc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Compression.hs
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,9 @@ builtinMethodSubsts = [
, "4t = dict:p: 64m:80% + lzp: 64m: 65:d1m:s16:h20:90% + ppmd:8:96m"
, "5t = dict:p: 64m:80% + lzp: 80m:105:d1m:s32:h22:92% + ppmd:12:192m"
, "6t = dict:p:128m:80% + lzp:160m:145:d1m:s32:h23:92% + ppmd:16:384m"
, "7t = dict:p:128m:80% + lzp:320m:185:d1m:s32:h24:92% + ppmd:18:512m"
, "8t = dict:p:128m:80% + lzp:320m:185:d1m:s32:h24:92% + ppmd:18:512m"
, "9t = dict:p:128m:80% + lzp:320m:185:d1m:s32:h24:92% + ppmd:18:512m"
, "7t = dict:p:128m:80% + lzp:160m:145:d1m:s32:h23:92% + ppmd:16:384m"
, "8t = dict:p:128m:80% + lzp:160m:145:d1m:s32:h23:92% + ppmd:16:384m"
, "9t = dict:p:128m:80% + lzp:160m:145:d1m:s32:h23:92% + ppmd:16:384m"
, ""
, ";Binary files compression with slow and/or memory-expensive decompression"
, "1b = 1xb"
Expand Down
1 change: 0 additions & 1 deletion Documentation/History.txt
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ fashell
��������� 8000 ���������� ������? ;) ��� ���� ������ �������� ����� �����
����������
���������� freearc.history ��� ������ ������������� ����� ������ ��������� (�������� Compression methods)
ppmd:384mb
����������� ����� readme.txt
after "--" allow filenames starting with "@". use "-@" option to include listfiles anywhere on cmdline
���������� ��� external compressors add-on � ����������� PATH
Expand Down

0 comments on commit fffbdc7

Please sign in to comment.