LZFSE is a Lempel-Ziv style data compression algorithm using Finite State Entropy coding. It targets similar compression rates at higher compression and decompression speed compared to deflate using zlib.
LZFSE is a Lempel-Ziv style data compression algorithm using Finite State Entropy coding. It targets similar compression rates at higher compression and decompression speed compared to deflate using zlib.
To install lzfse, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install lzfse
To see what files were installed by lzfse, run:
port contents lzfse
To later upgrade lzfse, run:
sudo port selfupdate && sudo port upgrade lzfse
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.