ppmdu icon indicating copy to clipboard operation
ppmdu copied to clipboard

Improve performances and optimize PX compression algorithm.

Open PsyCommando opened this issue 10 years ago • 0 comments

The algorithm is proving to be a little slow when used several times in a row to compress many small files. Not to mention that in debug, since it uses iterators, its slow thanks to iterator debugging.

If possibly make it as close to the original algorithm as possible!

PsyCommando avatar Mar 28 '15 20:03 PsyCommando