Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Jacob Cobbett-SmithJacob Cobbett-SmithReporter
Jacob Cobbett-SmithJacob Cobbett-SmithPriority
Not specifiedFix versions
Pull Request URL
Details
Details
Components
Assignee
Jacob Cobbett-Smith
Jacob Cobbett-SmithReporter
Jacob Cobbett-Smith
Jacob Cobbett-SmithPriority
Fix versions
Pull Request URL
Created July 22, 2020 at 11:12 AM
Updated July 27, 2020 at 2:00 PM
Resolved July 27, 2020 at 1:46 PM
LZ4 is very fast, both compressing and decompressing, but has a lower compression ratio on average than LZW.
LZ4HC offers similar compression ratios to LZW (slightly better on average), and decompression speeds are the same (as LZ4).
Compression is significantly slower though, similar to LZW.
For use cases where disk space is a premium and reads are far more frequent than writes, this would be a good choice.