#1
|
|||
|
|||
Internal Arc LZMA vs external LZMA2
Hello,
Should i consider switching to external lzma2 instead of internal lzma for better compression ratio? What do you suggest to get the best ratio out of lzma? |
Sponsored Links |
#2
|
|||
|
|||
LZMA2 usually have worster compression ratio than LZMA1, but can be faster due to saving of uncompressible blocks as is.
|
#3
|
||||
|
||||
You can better the compression ratio with LZMA 1 by increasing the RAM usage. That is like "d512" parameter. Increase the value of "d" ( that memory is needed to decompress) & you will get better ratio, of course other parameters must be set correctly. Decompression will be faster also but will use more RAM.
|
#4
|
|||
|
|||
I'm using these parameters and i can't seems to get a better compression ratio out of it no matter what i adjust
"lzma:a1:mfbt4:d180m:fb273:mc10000:lc8" what's the better version of these parameters would be as you suggest? |
#6
|
|||
|
|||
Quote:
[External compressor:mm,dispack070,rep,tor,delta,4x4,lzma] header = 0 packcmd = fazip -i0 compress:{compressor}{:option} <stdin> <stdout> Last edited by pakrat2k2; 28-07-2017 at 13:01. |
The Following User Says Thank You to doofoo24 For This Useful Post: | ||
danswano (27-07-2017) |
#7
|
||||
|
||||
First at all internal arc LZMA is 32bit so you have a memory limitation thats why lzma_x64 was created you can use 4gb of memory the same thing with srep x64. external x64 always is better than internal x86.(fazip_x64 is the best !!!!)
LZMA and LZMA2 are different. LZMA Better for compression ratio. LZMA2 Better for time decompression . |
The Following User Says Thank You to ChronoCross For This Useful Post: | ||
danswano (27-07-2017) |
#8
|
||||
|
||||
ChronoCross:
Then how would the parameters for fazip and srep X64 to use 4gb decompression |
#9
|
||||
|
||||
I think you confused, 4gb in decompression is a requirement and not an optimization.
The optimization would be to limit the memory to decompress. This would be during the compression in freearc "-ld512". You can use 4gb for compress and then 512mb to decompress. Last edited by ChronoCross; 27-07-2017 at 09:53. |
#10
|
|||
|
|||
can someone give fazip x64 i haven't found it in freearc's site is broken and is there x64 arc.exe ?
|
#11
|
||||
|
||||
Here's Fazipx64.
|
The Following 2 Users Say Thank You to Chayan Manna For This Useful Post: | ||
1234567890123 (28-07-2017), nickwazhere2012 (30-12-2017) |
#12
|
||||
|
||||
I used this parameter and it works.
lzma:a1:mfbt4:d180m:fb273:mc10000:lc8 But change d180m by :d256m and it takes longer to compress, but compresses a little more. My question is, how do I use my cpu 100% because in the image it is only seen that it uses 50% when compressing |
#13
|
||||
|
||||
Quote:
header = 0 packcmd = FAZip64 -i0 compress:{compressor}{ption} <stdin> <stdout> unpackcmd = FAZip64 -i0 decompress:{compressor}{ption} <stdin> <stdout> 4x4:lzma: a1: mfbt4: d180m: fb273: mc10000: lc8 But the more RAM |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Blackbox Inno Setup Script | Kurutucu | Conversion Tutorials | 1190 | 18-08-2019 22:43 |
Useful Dll for Inno Setup users | peterf1999 | Conversion Tutorials | 88 | 01-12-2017 16:00 |
internal - external chip ? | mike747 | PSX Games | 6 | 02-01-2003 00:44 |
Pioneer A05 - Internal vs External... | spy | CD/DVD-Writers | 1 | 01-12-2002 22:41 |
PS2 Mod Chip - External or Internal | Molko | PS2 Games | 6 | 28-10-2001 14:24 |