Hello all.
I would like to ask about how to improve CR for arm execetubales with a better decompression time than in gzip(deflate).
Currently it was tried next.
1. Apply some filter like BCJ_filter and delta coding (did not try use it together)
2. Compress using tornado with all options (i mean tor -1, ..., -11)
So it was got good result of decompression time, but not good for CR(average value was 1.04, after filters or delta coding i got 1.05). Results are approximately like for gzip(deflate).
Code of filters and how I apply them in attachments.
Maybe I am wrong use filters?
Do U have any suggestions how to impove CR for this case?
Thank U for your attention.