Libwandio is a software library written in C that provides an API for transparently reading from and writing to files using a variety of supported compression methods. I/O performance is improved by doing any compression and/or decompression using a separate thread.
Libwandio is a software library written in C that provides an API for transparently reading from and writing to files using a variety of supported compression methods. I/O performance is improved by doing any compression and/or decompression using a separate thread.
To install wandio, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install wandio
To see what files were installed by wandio, run:
port contents wandio
To later upgrade wandio, run:
sudo port selfupdate && sudo port upgrade wandio
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.