About This File
CLS-lzo - Implementation of the LZO algorithm as a CLS filter for FreeArc.
Based on the sources of LZO version 2.10: LZO real-time data compression library
Options:
b=<size> - block size for compression, (default 32mb)
a=<algorithm> - LZO algorithm version, (default lzo1x)
l=<level> - compression level, parameters depend on the algorithm, (default 1)
Algorithms and compression levels:
lzo1 - 1, 99
lzo1a - 1, 99
lzo1b - 1, 2, 3, 4, 5, 6, 7, 8, 9, 99, 999
lzo1c - 1, 2, 3, 4, 5, 6, 7, 8, 9, 99, 999
lzo1f - 1, 999
lzo1x - 1, 11, 12, 15, 999
lzo1y - 1, 999
lzo1z - 999
lzo2a - 999
Example:
-m=lzo:b16mb:a=lzo1c:l=9
What's New in Version 22.03.16.rev.1
Released
- Updated modules
- Added x64 version of the filter
- Small fixes and optimizations