Are there any Ruby libraries for compressing / decomposing open source? Has anyone implemented LZW?
Or are there open source libraries that use a compression component that you can possibly extract for your own use?
EDIT - thanks for the answers! I should have mentioned that I need to compress long lines that will only be in the database (I will not compress the files). Also, it would be ideal if any library could do this, there was an equivalent JavaScript implementation for client comp / decomp, as it would be for a web application.
user65663
source share