invesdwin / invesdwin-context-integration

invesdwin-context modules that provide integration features
GNU Lesser General Public License v3.0
1 stars 0 forks source link

investigate performance of different compression modes in lz4 #29

Closed subes closed 1 year ago

subes commented 1 year ago

https://github.com/inikep/lizard

seems like -9 hast a peak in decompression speed. If compression speed is more important, than -4 or -1 might be a better choice.

Though dunno if we need this type of customization because FastLZ4 is anyway the fastest and a lower compression setting results in worse compression ratio.

image

subes commented 1 year ago

just put as a reminder