A blocking, shuffling and loss-less compression library.
Blosc is a high performance compressor optimized for binary data. It has been designed to transmit data to the processor cache faster than the traditional, non-compressed, direct memory fetch approach via a memcpy() OS call. It uses the blocking technique to reduce activity on the memory bus as much as possible.
Blosc is a high performance compressor optimized for binary data. It has been designed to transmit data to the processor cache faster than the traditional, non-compressed, direct memory fetch approach via a memcpy() OS call. It uses the blocking technique to reduce activity on the memory bus as much as possible.
To install blosc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install blosc
To see what files were installed by blosc, run:
port contents blosc
To later upgrade blosc, run:
sudo port selfupdate && sudo port upgrade blosc
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.