Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add plugin(s) for FreeArc algorithms #18

Open
nemequ opened this issue Aug 12, 2013 · 4 comments
Open

Add plugin(s) for FreeArc algorithms #18

nemequ opened this issue Aug 12, 2013 · 4 comments

Comments

@nemequ
Copy link
Member

nemequ commented Aug 12, 2013

They're GPL, and AFAICT there is no English documentation, but they're available at http://freearc.org/Research.aspx

@Intensity
Copy link

I see value in integrating SREP/REP as well. Note the following: http://freearc.org/research/SREP39.htm#3.92

@luckcolors
Copy link

Any news on this? It would be a great feature to have.

@nemequ
Copy link
Member Author

nemequ commented Feb 26, 2017

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?

@luckcolors
Copy link

So here's a list of tools i've used, and also most of these such as srep and precomp are popular in the compression scene.

Precomp: https://github.com/schnaader/precomp-cpp searches the input file for compressed streams and losslessly unpacks them.

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.

I redirect you to those forums where you can find out more about these tools, in case you didn't know them already:
https://encode.ru/forums/2-Data-Compression
http://fileforums.com/forumdisplay.php?f=55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants