dgiagio / warp

Create self-contained single binary applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to choose compression level and algorithm

StevenGranados opened this issue · comments

Using something like LZMA or bzip would reduce the size. I estimate on my app, a factor of like 1.8x.
I don't know how quick it would be to decompress, but having the choice would allow tailoring of that.
I assume gzip is used for speed.