NLZM is a nibbled ANS general-purpose file compressor that implements mostly-optimal parsing LZ with a sliding window, exhaustive dictionaries up to 256 MB, long-range match finding and a context-based statistical model for decision coding.
Команды:
Команды:
[flags] c [input] [output] - Сжать файл
d [input] [output] - Расжать файл
t [input] - Расжать файл в памяти (тестирование архива)
h [input] - Подсчитать CRC32
Флаги:-window:bits = Максимальный размер окна, по умолчанию 22 (4 MB), минимально 15, максимально 28 (32 KB to 256 MB)