#16
|
||||
|
||||
Hello Panker I already updated the files that you posted, I am interested any new method to insert in the my utilities made available in the forum.
I'm going to urge Mr. Razor to see if he wants to continue the work reflate, before removing it from my program. |
The Following 2 Users Say Thank You to felice2011 For This Useful Post: | ||
panker1992 (02-12-2015), RamiroCruzo (02-12-2015) |
Sponsored Links |
#17
|
||||
|
||||
Custom made Lzma
Here I just made that for you.... i went through your settings and i see that you use lzma a lot.
So i thought maybe i give you something i used to use a long time ago literally i havent used lzma since i discovered how to use lzma2 instead but I took the lzma code from lzma SDK and i compilled it using x64 settings to the profiler so it can use more than 3 gigs of ram, also i renamed this to lz77 since lzma is a pure lz77 compression algo. I did that in order to trick it and use this one instead of the lzma that arc.exe has inside pros and cons : pros: 1) its fresh code and updated, the one you see as freearc-lzma is a decade old code 2) its supported in freearc and it has stdin and stdout options classically 3) 13% higher speed over freearc-lzma cons: 1) its still slow and it has made little to no effort to change style, if you consider time as fact respect and embrace lzma2 as i did how to use : [External compressor:lz77] header = 0 packcmd = lz77 e -si -so <stdin> <stdout> -a1 -d30 -fb273 -mc10000 -lc8 -lp4 -mfbt4 unpackcmd = lz77 d -si -so <stdin> <stdout> Last edited by panker1992; 02-12-2015 at 04:15. |
The Following User Says Thank You to panker1992 For This Useful Post: | ||
felice2011 (02-12-2015) |
#18
|
||||
|
||||
Good looks interesting, i execute some tests, before inserting in my utility..
|
#19
|
||||
|
||||
i am testing zstd 4.1 at the moment :P the one i uploaded days ago is 3.6!!
~~~ 20% gain in speed at decomp per thread of the cpu~~~ will be updating my advanced tools soon i guess :P |
#20
|
||||
|
||||
' News for Reflate Unpacked Method By Mr.Razor '
Code:
unpackcmd = reflate -restore123 $$arcpackedfile$$.tmp $$arcdatafile$$.tmp |
The Following 5 Users Say Thank You to felice2011 For This Useful Post: | ||
Andrey167 (02-12-2015), panker1992 (02-12-2015), RamiroCruzo (02-12-2015), Simorq (02-12-2015), Stor31 (05-12-2015) |
#21
|
||||
|
||||
This is Priority Test !!! i will begin right now ^^^^^^^
|
#22
|
||||
|
||||
I`m new @ reflate -> What i`ve to do now for unpacking reflate? Greetz
|
#23
|
||||
|
||||
Quote:
Once you tested unpack for the method reflate you do what you want. |
#24
|
||||
|
||||
Quote:
Quote:
Last edited by ShadowEagle; 03-12-2015 at 03:18. |
#25
|
||||
|
||||
For unpacking, you need to have the same files in the folder the that you use for the packaging.
|
#26
|
||||
|
||||
And inno setup will do it automatically? So easy? Really?
|
#27
|
||||
|
||||
All these question marks seem a mockery..
Nothing is Easy, Nothing is Hard, All is Possible.. If you have problems with my utility you can also ask, on the contrary to other problems you open new thread in the forum, someone will respond to your problems, in this thread we talk of problems and updates relevant to Split Kompressor. |
The Following User Says Thank You to felice2011 For This Useful Post: | ||
RamiroCruzo (03-12-2015) |
#28
|
||||
|
||||
Amigos if you wanna so fast compression method, why don't you take a look at LZ4 which goes beyond 1GB/s without I/O overwrapping & multithreading.....
__________________
We are such stuff as dreams are made on, and our little life is rounded with a sleep. |
The Following User Says Thank You to RamiroCruzo For This Useful Post: | ||
felice2011 (04-12-2015) |
#29
|
||||
|
||||
Quote:
Last edited by ShadowEagle; 04-12-2015 at 02:18. |
#30
|
||||
|
||||
Quote:
They are both two tools for split and data compression. Your problem, as I understand it, that you can not decompress the method reflate in an installer with InnoSetup.. I repeat, if you want a solution for your problem, open a new thread and describe your problem. Split Kompress and Ultra Arc are both utility for compression, problems with installers created with InnoSetup are discussed in the section of this forum, not in this thread. Not continue to send messages not related to my utility or I will have to report you as spam. |
The Following 2 Users Say Thank You to felice2011 For This Useful Post: | ||
oltjon (04-12-2015), Razor12911 (04-12-2015) |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Full Method, Splitting, Finalizing, Compressing | felice2011 | Conversion Tutorials | 55 | 16-10-2021 02:50 |