You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just took a look at srep and that's probably not likely. It looks like it's really more of a research thing. The main() funciton is huge, it would require significant modifications to work as a library.
Tornado looks more promising; I don't think it would be too difficult to put something together using the splicing API.
I haven't looked at the others yet… which one(s) would be good to have?
Srep: as already mentioned is very good, enables to get from 5 to 20% more after compressed further with lzma.
Nanozip: (http://nanozip.net/, orginal website is dead so you can use http://nanozip.ijat.my/) is a very strong compression tool, it has ratio similar of brotli, and support differen compression modes depending on file type, unfortunately it's not opensource and it has been discontinued(probably?), website died last year.
Example of a compression workflow with these: files > concatenate those with free arc > precomp > srep > lzma2 or nanozip.
They're GPL, and AFAICT there is no English documentation, but they're available at http://freearc.org/Research.aspx
The text was updated successfully, but these errors were encountered: