Compactor icon indicating copy to clipboard operation
Compactor copied to clipboard

Clarification on the compression methods?

Open sprite-1 opened this issue 6 years ago • 1 comments

On the settings, there's an option for choosing compression method. One of them, LZX, says it's slow but it has high compression rate. Does it being slow just mark the act of compressing it? Or would it also make the accessing of the files slower?

sprite-1 avatar Nov 14 '19 05:11 sprite-1

It's likely to also be slower on decompressing, but it depends on your CPU and your disk. If you're bottlenecked by disk, the smaller files produces by LZX might well speed up access, but the converse could also be true. Caching could even make both true on the same system at different times

I do want to add a quick benchmark at some point so you get some idea of how fast your CPU is at each algorithm, but this is never going to be more than a vague guideline. Your best bet is just to try it and see.

Freaky avatar Jan 30 '20 00:01 Freaky