Code Monkey home page Code Monkey logo

Comments (4)

Intensity avatar Intensity commented on August 16, 2024

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

from squash.

luckcolors avatar luckcolors commented on August 16, 2024

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

from squash.

nemequ avatar nemequ commented on August 16, 2024

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?

from squash.

luckcolors avatar luckcolors commented on August 16, 2024

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

from squash.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.