orz

v 1.6.2 Updated: 2 weeks, 3 days ago

a high performance, general purpose data compressor written in the crab-lang

orz is an optimized ROLZ (reduced offset Lempel-Ziv) general purpose data compressor. input data is encoded as ROLZ-matches (reduced-offsets and match lengths), 2-byte words, and single bytes. then all encoded symbols are processed with a symbol ranking (aka Move-to-Front) transformer and a static huffman coder. Benefited from the ROLZ algorithm, orz compresses times faster than many other LZ-based compressors which has same compression ratio, and decompression speed is still very acceptable.

https://github.com/richox/orz

To install orz, paste this in macOS terminal after installing MacPorts

sudo port install orz

Add to my watchlist

Installations 0
Requested Installations 0