Thread: new tool
View Single Post
  #13  
Old 28-05-2018, 07:56
kassane's Avatar
kassane kassane is offline
Registered User
 
Join Date: Nov 2011
Location: Somewhere in the World
Posts: 174
Thanks: 578
Thanked 117 Times in 47 Posts
kassane is on a distinguished road
What do you think about this LZ4 version?

I have tested with srep and even with xtools compression / decompression and it works.

src github: here

The app attachment was compiled statically using gcc[mingw/msys2] v7.3 x64

Code:
[External compressor:lz4]
header    = 0
;default = -1 fatest
;HighCompress = -9
;BlockDependency = -BD
packcmd   = lz4mt.exe -9 -BD $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = lz4mt.exe -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
Attached Files
File Type: 7z LZ4MT.7z (505.3 KB, 77 views)
__________________
"There are three things that sages fear... The tormented sea, a moonless night and the wrath of a gentleness man." - The fear of the Sages.
Reply With Quote
The Following 2 Users Say Thank You to kassane For This Useful Post:
EzzEldin16 (28-05-2018), Simorq (23-06-2018)