Lizard (formerly LZ5) is an efficient compressor with very fast decompression.
Lizard (formerly LZ5) is an efficient compressor with very fast decompression. It achieves compression ratio that is comparable to zip/zlib and zstd/brotli (at low and medium compression levels) at decompression speed of 1000 MB/s and faster.
Lizard (formerly LZ5) is an efficient compressor with very fast decompression. It achieves compression ratio that is comparable to zip/zlib and zstd/brotli (at low and medium compression levels) at decompression speed of 1000 MB/s and faster.
To install lizard, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install lizard
To see what files were installed by lizard, run:
port contents lizard
To later upgrade lizard, run:
sudo port selfupdate && sudo port upgrade lizard
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.