View Single Post
  #15  
Old 21-03-2018, 14:15
elit elit is offline
Registered User
 
Join Date: Jun 2017
Location: sun
Posts: 265
Thanks: 190
Thanked 325 Times in 119 Posts
elit is on a distinguished road
Here is with finished bad entropy data skipping(raw copying), set at 97.9% currently. Anything above is copy. Raw data are still CRC checked. This part is considered stable by me now so let me know if you find anything.

From now on I will focus on changing/adding options. So next release should be completely new named compressor in new thread(I will refer link here). I dont know exactly how long it will take, maybe few days or weeks depending on how things go and my time. Btw arc.ini is like this:
Code:
[External compressor:plzip]
default = -s 64Mi -m 32 -B 128Mi -n 4
packcmd   = plzip.exe -c {options} - - <stdin> <stdout>
unpackcmd = plzip.exe -c -d -n 4   - - <stdin> <stdout>
Newly named compressor will most likely be called xnlz, as for 4x4:lzma -> NxN:lzma -> xnlzma -> xnlz. Also because it will have extra header flags it will not be compatible with this so keep that in mind if you want to use it already. Also neither this already nor xnlz are/will be compatible with plzip.

EDIT: vis first post

Last edited by elit; 22-03-2018 at 10:58.
Reply With Quote